Project referenced from Udacity's face_generation wich is part of their deep-learning course. Further implementations have been done for DCGAN and Improved WGAN with techniques to improve training speed.
- Jupyter notebook
- Tensoflow
- Matplotlib
- Numpy
git clone+ repo URL- cd to repo
pip install -r requirement.txtif packages are not yet installedjupyter notebook+ jupyter notebook selected
- Generate images with DCGAN like architecture
- Implemented improved WGAN
- Tensoflow - Software library for numerical computation using data flow graphs
- Jupyter notebook - Web-based notebook environment for interactive computing
- Matplotlib - Python 2D plotting library
- Numpy - package for scientific computing
- Fork it! Star it?
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
