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.