Skip to content

Deep Convolutional Generative Adversarial Networks based Pokemon images generation

Notifications You must be signed in to change notification settings

abhiksingla/DCGAN-Pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCGAN-based-Pokemon-generation

Generative adversarial networks are a type of artificial intelligence algorithms used in unsupervised machine learning, implemented by a system of two neural networks competing against each other in a zero-sum game framework. I have used Deep Convolutional Generative Adversarial Networks to generate Pokemon images.

el

Dependencies

  • Tensorflow
  • Keras
  • Pillow install missing dependencies using pip

Usage

Run python Main.py <Epochs for training> <Batch size for training> <Batch size for generation> in the terminal. GAN's training is quite complex, training in a GPU environment is highly recommended for better results. The dataset is available here. Move the additional dataset to logos folder.

Credit

This work is learned and is highly based on Youtube Tutorial by Siraj Raval.

About

Deep Convolutional Generative Adversarial Networks based Pokemon images generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages