Image generator with keras-dcgan.
Run "python keras-dcgan.py". If you want to have your own image dataset, replace "./in_images/images" with your own image folder.
This code is based on https://github.com/jacobgil/keras-dcgan. I am very grateful for the author.