This is the fourth project of Udacity's Deep Learning Nanodegree Program (Using a DCGAN on the CelebA dataset). The goal of this project is to get a generator network to generate new images of faces that look as realistic as possble.
- Clone the repository and navigage to the downloaded folder.
git clone https://github.com/Fahadeidalharbi/project-face-generation.git cd project-face-generation
- Open the
dlnd_face_generation.ipynb
file. Of course, you can find HTML version of the file.jupyter notebook dlnd_face_generation.ipynb
- Read and follow the instructions! This repository does not include the dataset of faces. You can find and download it in the notebook.