thwrhrt/Anime
收藏资源简介:
--- license: bsd-2-clause --- # 🎬 Anime Dataset (Structured Metadata) A curated dataset of anime titles including series and movies, with detailed metadata such as genres, studios, ratings, and release information. --- ## 📦 Dataset Overview This dataset contains structured entries of anime works across different years, including both **TV series** and **movies**. Each entry includes: - 🆔 `id` — Unique identifier - 🎥 `title` — Name of the anime - 📺 `type` — `series` or `movie` - 📅 `release_year` — Year of release - ⏱️ `episodes` or `duration` - 📊 `status` — `ongoing` / `completed` - 🎭 `genres` — List of genres - 🏢 `studio` — Production studio - ⭐ `rating` — Average rating score - 📝 `notes` *(optional)* — إضافات مثل أخبار أو معلومات خاصة --- ## 🧠 Example Entry ```json { "id": 348, "title": "Chainsaw Man Season 2", "type": "series", "release_year": 2025, "episodes": "ongoing", "status": "ongoing", "genres": ["action", "dark fantasy", "horror"], "studio": "MAPPA", "rating": 8.6 }
license: bsd-2-clause # 🎬 动漫数据集(结构化元数据) 本数据集为经过整理的动漫作品合集,涵盖动画剧集与动画电影,包含详尽的结构化元数据(structured metadata)信息,包括题材类型、制作工作室、评分及发行相关详情。 --- ## 📦 数据集概览 本数据集收录了不同年份的动画作品条目,包含**电视动画剧集**与**动画电影**两类。 每条条目包含以下字段: - 🆔 `id` — 唯一标识符 - 🎥 `title` — 动漫作品名称 - 📺 `type` — 作品类型,取值为`series`或`movie` - 📅 `release_year` — 发行年份 - ⏱️ `episodes` 或 `duration` — 动画剧集集数或动画电影时长 - 📊 `status` — 作品状态,取值为`ongoing`(连载中)或`completed`(已完结) - 🎭 `genres` — 题材类型列表 - 🏢 `studio` — 制作工作室 - ⭐ `rating` — 平均评分 - 📝 `notes`(可选)—— 补充信息,如相关资讯或特殊说明 --- ## 🧠 示例条目 json { "id": 348, "title": "Chainsaw Man Season 2", "type": "series", "release_year": 2025, "episodes": "ongoing", "status": "ongoing", "genres": ["action", "dark fantasy", "horror"], "studio": "MAPPA", "rating": 8.6 }



