Skip to content

use ECCV API #44

@AK391

Description

@AK391

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions