/project-face-generation

Generating face images based upon CelebA Dataset using DCGAN Model

Primary LanguageHTML

project-face-generation

Project Overview

In this project, I defined and trained a DCGAN on a dataset of faces. The goal of this project is to get a generator network to generate new images of faces that look as realistic as possble. The image below is a result of the training:

Instruction

  1. Clone the repository and navigage to the downloaded folder.
    	git clone https://github.com/rakshitsakhuja/project-face-generation
    	cd project-face-generation
    
  2. Open the dlnd_face_generation.ipynb file.
    	jupyter notebook dlnd_face_generation.ipynb
    
  3. Read and follow the instructions! This repository does not include the dataset. You can find and download it in the notebook.

Libraries