--- license: mit task_categories: - text-to-image - text-to-video language: - en - ja tags: - animation - image - video - webdataset pretty_name: Sakugabooru 2025 size_categories: - 100K mydataset-index.json ``` ## Dataset Creation This dataset is sourced directly from Sakugabooru by querying IDs from 0 up to the latest, by Dec.28, 2024: ```bash https://www.sakugabooru.com/post/show/{id} ``` ### Data Collection and Processing Since Sakugabooru lacks a direct JSON API, metadata were gathered by visiting each page and extracting relevant parts. The scraper code is available here: [arot-devs/sakuga-scraper](https://github.com/arot-devs/sakuga-scraper/tree/main). Each post’s JSON metadata follows a format like: ```json { "post_id": 100112, "post_url": "https://www.sakugabooru.com/post/show/100112", "image_url": null, "tags": {}, ... "status_notice": [ "This post was deleted.\n\n Reason: ..." ] } ``` No additional processing was performed beyond metadata collection. ## Bias, Risks, and Limitations Owing to DMCA takedowns, duplicates, or other factors, only about 60% (163,918 of 273,264) post IDs have attached media. The selection also tends to favor older Japanese animations. ### Recommendations For more interesting reads about animation, visit: [Sakuga Blog – The Art of Japanese Animation](https://blog.sakugabooru.com/) You can support Sakugabooru through: [Sakugabooru | Patreon](https://www.patreon.com/Sakugabooru)