This project contains a general purpose GAN, that can learn to generate new images from any dataset that contains images.
GAN stands for generative adversarial network. It is a neural network that can learn to generate new data based on its training data.
Open demo.py to see how to use this project.