Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: keras # Example: keras or any library from https://github.com/huggingface/huggingface_hub/blob/main/js/src/lib/interfaces/Libraries.ts
|
| 4 |
+
tags:
|
| 5 |
+
- dcgan # Example: audio
|
| 6 |
+
datasets:
|
| 7 |
+
- anime-faces
|
| 8 |
+
---
|
| 9 |
+
## Model description
|
| 10 |
+
Anime face generator model using [TensorFlow DCGAN example](https://www.tensorflow.org/tutorials/generative/dcgan) adapted for [anime faces dataset](https://huggingface.co/datasets/merve/anime-faces).
|
| 11 |
+
## Intended uses & limitations
|
| 12 |
+
More information needed
|
| 13 |
+
## Training and evaluation data
|
| 14 |
+
More information needed
|