Skip to content

Using GAN to generate human faces (Tensorflow).

Notifications You must be signed in to change notification settings

sahil3Vedi/Face-Generator

 
 

Repository files navigation

Face-Generator

Using GAN to generate human faces (Tensorflow).

Please read my blog to get a detailed insight for this project.

Introduction

In this project, I am generating new human faces which probably does not exist in real life. It would be quite obvious for you that I will be using the generative adversarial network(GAN) for the task. I am using CelebA dataset for training the network. This dataset contains 2,00,000 images of well-known people.

Results

Following are the generated faces after training.

We can generate more realistic images by making our network deeper, but it will take a lot of time to train the model. We can also modify our network to produce high-resolution images but again at the cost of training time.

About

Using GAN to generate human faces (Tensorflow).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%