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