Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ECCV API #44

Open
AK391 opened this issue Oct 3, 2024 · 0 comments
Open

use ECCV API #44

AK391 opened this issue Oct 3, 2024 · 0 comments

Comments

@AK391
Copy link

AK391 commented Oct 3, 2024

this project setup an api for eccv papers: https://github.com/jbdel/ECCV24-papers-huggingface/

you can use api to get alot of information: https://huggingface.co/spaces/ECCV/ECCV2024-papers?view=api

from gradio_client import Client
import json

client = Client("ECCV/ECCV2024-papers")
result = client.predict(
    title_search_query="LLM",
    filter_names=["Model"],
    presentation_type="(ALL)",
    book_type="(ALL)",
    column_names=["Title", "Type", "Book", "Paper page", "Authors claimed", "👍", "💬", "Proceedings", "GitHub", "Spaces",
                  "Models"],
    api_name="/filter"
)
print(json.dumps(result, indent=4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant