This project implements Conditional GANs in Tensorflow & Keras to generate images according to a given label
Based on the following paper
# clone the repo
git clone https://github.com/YigitGunduc/Conditional-GANs-CGANs.git
# install requirements
pip install -r requirements.txt
# training the model
python3 train.py
# generating images
python3 generate.py LABEL
Source for GIF(https://www.mathworks.com/matlabcentral/fileexchange/75441-conditional-gan-and-cnn-classification-with-fashion-mnist)