Skip to content

This is a face generator built with Python and deep learning libraries. As you can see in the README.md, it uses many people’s faces. The goal is to combine features from different faces to generate entirely new ones.

Notifications You must be signed in to change notification settings

svendotdev/face-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Generator

Python notebook containing TensorFlow DCGAN implementation. It was trained on a Celebrities dataset.

Check out corresponding Medium article: Face Generator - Generating Artificial Faces with Machine Learning 🧑.

Check out corresponding Kaggle kernel: Face Generator.

DCGAN

Network architecture by Radford et al., 2015.

Training

Visualization of training with the following hyperparameteres.

DATASET_SIZE = 100000
IMAGE_SIZE = 128
NOISE_SIZE = 100
LR_D = 0.00004
LR_G = 0.0002
BATCH_SIZE = 64
EPOCHS = 60
BETA1 = 0.5
WEIGHT_INIT_STDDEV = 0.02
EPSILON = 0.00005

Results

Generated samples after 60 epochs of training.

Author

Mike star

Telegram: mikestar

https://t.me/manchatz

Twitter: mikestar

https://x.com/@EleazarTlapala7

About

This is a face generator built with Python and deep learning libraries. As you can see in the README.md, it uses many people’s faces. The goal is to combine features from different faces to generate entirely new ones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published