This is the code for this video on Youtube by Siraj Raval. We'll use a WGAN to create new kinds of Pokemon.
cv2
tensorflow( >=1.0)
scipy
numpy
cd pokeGAN
python resize.py
python RGBA2RGB.py
python pokeGAN.py
And open the notebook by typing in jupyter notebook
in the root directory. Install it here if you haven't
The credits for this code go to moxiegushi. I've merely created a wrapper to get people started.