GAN_Canvas_Maker

Generating Art using Generative Adversarial Network (GAN)

Python code to generate art with Generative Adversarial Network:

https://towardsdatascience.com/generating-modern-arts-using-generative-adversarial-network-gan-on-spell-39f67f83c7b4

The code is made to run it on spell:

https://web.spell.ml/

The code I started from had a couple of indentation errors, and some unrecognized characters, which I fixed.

If you need to follow the guide and do it fast, you can fork the repo directly.

Requirements:

-tensorflow
-PIL
-os
-numpy
-spell

GitHub

View Github