-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
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))
Metadata
Metadata
Assignees
Labels
No labels