letmelearncode / face-generator

The project generates new images of faces based on generative adversarial networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-Generation

Face Generator Project is a part of Udacity Deep Learning Nanodegree.

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

The project generates new images of faces based on generative adversarial networks.


Languages

Language:HTML 68.4%Language:Jupyter Notebook 31.4%Language:Python 0.2%