Check out this notebook and make some yourself.
This Project was done as a final paper in the course "Implementing Artificial Neural Networks with Tensorflow" of the University of Osnabrueck by Michael Hüppe and Nicolai Hermann. We implemented three different versions of the popular GAN architecture to compare their performance when generating Pokémon images. Each model here being a deep convolutional GAN, a Wasserstein GAN with gradient penalty and a Auto-Encoding GAN has its own directory. The data used for this project was accumulated using the files in the preprocessing data (especially webscraping.py for gaining data and uniforming.py for data processing). In addition does every model have the needed directories required for testing the model. Moreover, does the preprocessing folder contain sample data showing the data we work with. The model architecture folder gives illustrations of the respective models. To find further information refer to our paper.
- for preprcessing files add preprocessing_*.py as prefix.
- images are stored in a directory called images.
- all csvs in a directory called list_data
- in general use short names but no abbreviations.


