Skip to content

Atom-101/PokeGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeGAN

Using GANs to generate pokemons

Dataset

A custom dataset was used by scraping DuckDuckGo image search. A python script for scraping images off DuckDuckGo is provided. The script is modified from duckduckgo-images-api. A dataset of 2109 fire Pokemons was gathered. All the images were augmented to obtain a final dataset of size 37962 images with each image rescaled to 96x96.

Method

This project uses a Wasserstein GAN with Gradient Penalty to generate images of new Pokemons. The training was carried out on Google Colab. A Colab notebook is provided in the repository.

Results

The training was carried out for about 12000 iterations, which translates to 10 epochs at a batch size of 32. The generated images are not yet of a very good quality.

Generated Samples

About

Using GANs to generate pokemons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published