Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
library_name: keras
|
4 |
tags:
|
5 |
-
- dcgan
|
6 |
datasets:
|
7 |
- anime-faces
|
8 |
---
|
@@ -10,6 +10,8 @@ datasets:
|
|
10 |
Anime face generator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
|
11 |
## Training and evaluation data
|
12 |
Model is trained on [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
|
|
|
|
|
13 |
|
14 |
Generated images ๐๐ป
|
15 |
![Example](./example.png)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: keras
|
4 |
tags:
|
5 |
+
- dcgan
|
6 |
datasets:
|
7 |
- anime-faces
|
8 |
---
|
|
|
10 |
Anime face generator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan).
|
11 |
## Training and evaluation data
|
12 |
Model is trained on [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
|
13 |
+
## Intended use and biases
|
14 |
+
This model is not intended for production.
|
15 |
|
16 |
Generated images ๐๐ป
|
17 |
![Example](./example.png)
|