deepghs_list_datasets
Browse and filter public datasets from DeepGHS on HuggingFace, including Danbooru2024, character frames, tag databases, and detection datasets. Search by keyword, sort by popularity or date, and access download links.
Instructions
List all public datasets from the DeepGHS organization on HuggingFace.
DeepGHS publishes datasets including Danbooru2024 (8M+ images), Sankaku, Gelbooru, Zerochan, BangumiBase (character frames), site_tags (cross-platform tag database), face/head detection datasets, and more.
Args: params (ListDatasetsInput): - search (Optional[str]): Keyword filter (e.g. 'danbooru', 'character', 'face') - sort (SortBy): Sort by 'downloads', 'likes', 'createdAt', 'lastModified' - limit (int): Results per page, 1–100 (default: 20) - offset (int): Pagination offset (default: 0) - response_format (ResponseFormat): 'markdown' or 'json'
Returns: str: Paginated list of datasets with download counts, likes, update dates, tags, and direct HuggingFace links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |