/simple_gan

Simple GAN example using "Quick, Draw!" dataset example (bird doodles)

Primary LanguageJupyter Notebook

Simple GAN example (TensorFlow 2 version)

Easy Generative Adversarial Networks example using a tiny collection (bird doodles) from the "Quick, Draw!" dataset.

Download the dataset here.

Create a conda environment using

conda create -n simple_gan tensorflow graphviz pydot jupyterlab matplotlib numpy

and then type conda activate simple_gan. Launch jupyter lab to open the notebook.