aryak007 / project-face-generation

GAN implementation for generating faces from a dataset consisting of celebrity faces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Generation

In this project, I'll define and train a DCGAN on a dataset of faces. My goal is to get a generator network to generate new images of faces that look as realistic as possible!

The project will be broken down into a series of tasks from loading in data to defining and training adversarial networks. At the end of the notebook, you'll be able to visualize the results of your trained Generator to see how it performs; your generated samples should look like fairly realistic faces with small amounts of noise.

P.S. - This project is done as a part of the Udacity curriculum for the Deep Learning Nanodegree.

About

GAN implementation for generating faces from a dataset consisting of celebrity faces.


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%