This Project is the 4th project of the Udacity Deep Learning Nanodegree
The goal was to create a generate new images of faces by defining and training a Deep Convolutional Generative Adversarial Network(DCGAN) AI model.
- Anaconda Python 3
- Python libraries: PyTorch, numpy, pandas, matplotlib
- Jupyter Notebook
Eli Shay – El_mn123@hotmail.com
https://github.com/EliShayGH/tv-script-generation
- Fork it (https://github.com/EliShayGH/face-generation-project/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request