Skip to content

Generate new faces using Generative Adversarial Networks (GANs).

Notifications You must be signed in to change notification settings

eljandoubi/Face-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Face-Generation

Goal

Generate new faces using Generative Adversarial Networks (GANs).
The model is trained on the CelebFaces Attributes Dataset (CelebA): Image of Training Set

It generates new human faces that look like this:
Image of Generated Faces

Recommended next steps

  • Create a deeper model and use it to generate larger (say 128x128) images of faces.
  • Read existing literature to see if you can use padding and normalization techniques to generate higher-resolution images.
  • Implement a learning rate that evolves over time as they did in this CycleGAN Github repo.
  • See if you can extend this model and use a CycleGAN to learn to swap different kinds of faces. For example, learn a mapping between faces that have and do not have eye/lip makeup, as they did in this paper.

About

Generate new faces using Generative Adversarial Networks (GANs).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published