Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.01 KB

Udacity Deep Learning Nanodegree

Generate Faces

Build a pair of Convolutional Neural Networks and make them compete against each other in order to generate realistic faces.

teaser

Requirements

  1. Download and install Anaconda Python
  2. Create and activate a Conda environment
  3. Install PyTorch and torchvision
conda install pytorch torchvision -c pytorch

Set-up

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

License

This project is licensed under the MIT License

Acknowledgments

Udacity Deep Learning Nanodegree