Commit ·
daa275d
1
Parent(s): 571d0a4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Kpop Face Generator
|
| 2 |
|
| 3 |
-
Welcome to the Kpop Face Generator!
|
| 4 |
|
| 5 |
## Dataset
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
## Code
|
| 10 |
|
| 11 |
-
Code
|
| 12 |
|
| 13 |
## Try it Out!
|
| 14 |
|
| 15 |
-
Hugging Face
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
thumbnail: "https://huggingface.co/rossellison/kpop-face-generator/raw/main/finalthumb2-01.jpg"
|
| 5 |
+
tags:
|
| 6 |
+
- kpop
|
| 7 |
+
- face-generation
|
| 8 |
+
- gan
|
| 9 |
+
- stylegan3
|
| 10 |
+
license: "apache-2.0"
|
| 11 |
+
datasets:
|
| 12 |
+
- https://www.kaggle.com/datasets/rossellison/kpop-idol-faces
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# Kpop Face Generator
|
| 16 |
|
| 17 |
+
Welcome to the Kpop Face Generator! Generate new, unique faces. The model `kpopGG.pkl` file is trained using Stylegan.
|
| 18 |
|
| 19 |
## Dataset
|
| 20 |
|
| 21 |
+
Available on Kaggle: [Kpop Idol Faces Dataset](https://www.kaggle.com/datasets/rossellison/kpop-idol-faces)
|
| 22 |
|
| 23 |
## Code
|
| 24 |
|
| 25 |
+
Code to generate the data and notebooks: [Face Data Creation Repository](https://github.com/rossellison/face-data-creation)
|
| 26 |
|
| 27 |
## Try it Out!
|
| 28 |
|
| 29 |
+
Hugging Face Space: [Kpop Face Generator](https://huggingface.co/spaces/rossellison/kpop-face-generator)
|