Introduction:
In this project, we used the generative adversarial network to generate new images of faces. We trained the model with celebrity images for 60 epochs, so as to generate ‘faked’ face images by the model.
Training images are from the Udacity Course-Deep Learning.
Structure of Project
dlnd_face_generation_12142021.ipynb: Notebook of the project.It's ran on Google Colab. problem_unittests.py: Test file for different TODO functions in the project dlnd_face_generation_12142021.html: HTML version of the notebook