This is Face Generation Project for Udacity Deep Learning Nanodegree. In this project, I build and train Generative Adversarial Networks (GAN's) in Tensorflow to generate new images of faces using MNIST and CelebA databases.
The code is Python in a Jupyter Notebook and it uses:
You can install everything you need to run this project with Anaconda.
Clone this repository:
git clone https://github.com/rauf-mifteev/DLND_Face_Generation.git
Navigate to the cloned directories location and start jupyter notebook with dlnd_face_generation.ipynb:
jupyter notebook dlnd_face_generation.ipynb