File size: 999 Bytes
695f9ad
 
 
 
 
 
 
 
 
 
 
 
9fa3076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
tags:
  - stylegan
  - image-generation
  - deep-learning
  - ai
library_name: tensorflow
license: mit
model-index:
  - name: StyleGAN K-Girl
    results: []
---
# StyleGAN K-Girl Image Generation

## Overview
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.

## Dataset
- The dataset consists of high-resolution images of K-girls.
- Images are preprocessed and resized to fit StyleGAN's input requirements.
- Data augmentation techniques such as flipping and color adjustments are applied.

## Model Training
- **Framework**: TensorFlow with NVIDIA StyleGAN implementation.
- **Hardware**: Trained using NVIDIA Tesla T4 GPU.
- **Loss Function**: Uses non-saturating GAN loss with R1 regularization.
- **Training Duration**: Depends on the dataset size and computing power.