In this project you will work on GANs to create fake images that looks real.
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=1.14
4- pip install keras==1.2.2
5- pip install matplotlib
6- pip install keras-adversarial
7- pip install pandas
8- pip install jupyter