Implementation of GAN and Conditional GAN, in tensorflow 2 and pytorch.
GAN is based on the paper Generative Adversarial Networks.
CGAN is based on the paper Conditional Generative Adversarial Nets
python train.py
streamlit run demo.py
python train_cgan.py
streamlit run demo_cgan.py