Skip to content

This is the code for "Generating Pokemon with a Generative Adversarial Network" by Siraj Raval on Youtube

Notifications You must be signed in to change notification settings

pilaoda/Pokemon_GAN

 
 

Repository files navigation

pokeGAN

Overview

This is the code for this video on Youtube by Siraj Raval. We'll use a WGAN to create new kinds of Pokemon.

Dependencies (pip install)

cv2
tensorflow( >=1.0)
scipy
numpy

Usage

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

example pokemon

image1

image2

Credits

The credits for this code go to moxiegushi. I've merely created a wrapper to get people started.

About

This is the code for "Generating Pokemon with a Generative Adversarial Network" by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.4%
  • Jupyter Notebook 30.6%