We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: