Datasets:
File size: 463 Bytes
dd4a1bc 8dc6eb9 79f8e6c 414a2f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
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) |