Datasets:
license: apache-2.0 | |
task_categories: | |
- unconditional-image-generation | |
tags: | |
- images | |
To use the dataset | |
```py | |
from datasets import load_dataset | |
dataset = load_dataset("sulpha/anime-sceneries") | |
``` | |
This is a web scraped dataset of (mostly) anime sceneries/paintings. Initially scraped to train an unconditional image generation model. | |
An example fastGAN model utilizing this dataset can be view [here](https://github.com/sulphatet/gan-anime-sceneries) |