YigitGunduc / Conditional-GANs-CGANs

Conditional Generative Adversarial Networks(cgans) to convert text to image implemented in Python and TensorFlow & Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues License: MIT Open In Colab

Conditional Generative Adversarial Nets/CGANs

cgan

Overview

This project implements Conditional GANs in Tensorflow & Keras to generate images according to a given label

Based on the following paper

Usage and Getting Started

# 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

Visualizations

cgan

Source for GIF(https://www.mathworks.com/matlabcentral/fileexchange/75441-conditional-gan-and-cnn-classification-with-fashion-mnist)

About

Conditional Generative Adversarial Networks(cgans) to convert text to image implemented in Python and TensorFlow & Keras

License:MIT License


Languages

Language:Python 100.0%