Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,6 @@ from datasets import load_dataset
|
|
13 |
dataset = load_dataset("sulpha/anime-sceneries")
|
14 |
```
|
15 |
|
16 |
-
This is a web scraped dataset of (mostly) anime sceneries/paintings. Initially scraped to train an unconditional image generation model.
|
|
|
|
|
|
13 |
dataset = load_dataset("sulpha/anime-sceneries")
|
14 |
```
|
15 |
|
16 |
+
This is a web scraped dataset of (mostly) anime sceneries/paintings. Initially scraped to train an unconditional image generation model.
|
17 |
+
|
18 |
+
An example fastGAN model utilizing this dataset can be view [here](https://github.com/sulphatet/gan-anime-sceneries)
|