mmahdim / Abstract-Art-Gallery-DCGAN

Using DCGAN to generate abstract art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract Art Gallery DCGAN

Using DCGAN to generate abstract art in Keras

In this project, the aim is to produce abstract art similar to the ones in https://www.kaggle.com/datasets/bryanb/abstract-art-gallery using Keras.

In order for it to work, you need to put a Kaggle API key in your google drive.

1. The first python notebook is just a plain DCGAN.

2. The second one is DCGAN with noise added to the discriminator in order to improve convergance.

3. The third one which performs the best utilizes Wasserstein loss function, and it mitigates mode collapse and vanishing gradient. You can see its results after 100 epochs below. You can also train for more epochs if you want to acieve better results.

image

image

About

Using DCGAN to generate abstract art

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%