/ML-Day4

Primary LanguagePython

ML-Day4

In this project you will work on GANs to create fake images that looks real.

Requirement

1- run anaconda prompt and do not activate ML20
2- conda create --name GAN python=3.6
3- conda activate GAN
4- conda install -c anaconda tensorflow-gpu
4- pip install keras==1.2.2
5- pip install matplotlib
6- pip install keras-adversarial