Build a pair of Convolutional Neural Networks and make them compete against each other in order to generate realistic faces.
- Download and install Anaconda Python
- Create and activate a Conda environment
- Install PyTorch and torchvision
conda install pytorch torchvision -c pytorch
Clone the project repository
git clone http://github.com/gdonatti/nd101-project-face-generation.git
Install required Python packages
cd nd101-project-face-generation
conda install --file requirements.txt
Launch the project Jupyter Notebook
jupyter notebook dlnd_face_generation.ipynb
This project is licensed under the MIT License
Udacity Deep Learning Nanodegree