|
--- |
|
size_categories: |
|
- 1K<n<10K |
|
task_categories: |
|
- text-to-image |
|
pretty_name: anime |
|
dataset_info: |
|
features: |
|
- name: image |
|
dtype: image |
|
- name: text |
|
dtype: string |
|
splits: |
|
- name: aiohto |
|
num_bytes: 77727202.0 |
|
num_examples: 138 |
|
- name: miku |
|
num_bytes: 558058909.0 |
|
num_examples: 1000 |
|
- name: MikumoGuynemer |
|
num_bytes: 101695037.0 |
|
num_examples: 298 |
|
- name: mima |
|
num_bytes: 5009015.0 |
|
num_examples: 5 |
|
- name: esdeath |
|
num_bytes: 1603449.0 |
|
num_examples: 13 |
|
download_size: 742550466 |
|
dataset_size: 744093612.0 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: aiohto |
|
path: data/aiohto-* |
|
- split: miku |
|
path: data/miku-* |
|
- split: MikumoGuynemer |
|
path: data/MikumoGuynemer-* |
|
- split: mima |
|
path: data/mima-* |
|
- split: esdeath |
|
path: data/esdeath-* |
|
tags: |
|
- art |
|
--- |
|
|
|
# anime characters datasets |
|
This is an anime/manga/2D characters dataset, it is intended to be an encyclopedia for anime characters. |
|
|
|
The dataset is open source to use without limitations or any restrictions. |
|
## how to use |
|
```python |
|
from datasets import load_dataset |
|
dataset = load_dataset("lowres/anime") |
|
``` |
|
|
|
## how to contribute |
|
* to add your own dataset, simply join the organization and create a new dataset repo and upload your images there. else you can open a new discussion and we'll check it out |