Commit
·
73f5344
1
Parent(s):
dfad85b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Kpop Face Generator
|
2 |
+
|
3 |
+
Welcome to the Kpop Face Generator! The model is contained in the `kpopGG.pkl` file trained via Stylegan.
|
4 |
+
|
5 |
+
## Dataset
|
6 |
+
|
7 |
+
The model was trained on a collection of Kpop idol faces. You can access the dataset used to train the model on Kaggle: [Kpop Idol Faces Dataset](https://www.kaggle.com/datasets/rossellison/kpop-idol-faces)
|
8 |
+
|
9 |
+
## Code
|
10 |
+
|
11 |
+
Code used to generate the data available on GitHub: [Face Data Creation Repository](https://github.com/rossellison/face-data-creation)
|
12 |
+
|
13 |
+
## Try it Out!
|
14 |
+
|
15 |
+
Hugging Face Spaces: [Kpop Face Generator](https://huggingface.co/spaces/rossellison/kpop-face-generator)
|