Kavindutharaka commited on
Commit
9fa3076
·
verified ·
1 Parent(s): 695f9ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -10,3 +10,18 @@ model-index:
10
  - name: StyleGAN K-Girl
11
  results: []
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - name: StyleGAN K-Girl
11
  results: []
12
  ---
13
+ # StyleGAN K-Girl Image Generation
14
+
15
+ ## Overview
16
+ This project involves training a **StyleGAN** model to generate high-quality images of K-girls (Korean-style female faces). The dataset is curated to capture the distinct aesthetic features common in K-girl images, and StyleGAN is used to create photorealistic outputs.
17
+
18
+ ## Dataset
19
+ - The dataset consists of high-resolution images of K-girls.
20
+ - Images are preprocessed and resized to fit StyleGAN's input requirements.
21
+ - Data augmentation techniques such as flipping and color adjustments are applied.
22
+
23
+ ## Model Training
24
+ - **Framework**: TensorFlow with NVIDIA StyleGAN implementation.
25
+ - **Hardware**: Trained using NVIDIA Tesla T4 GPU.
26
+ - **Loss Function**: Uses non-saturating GAN loss with R1 regularization.
27
+ - **Training Duration**: Depends on the dataset size and computing power.