Code for the Image Colorization Using Conditional Generative Adversarial Networks
git clone https://github.com/pirty6/Image-Colorization-CGAN.git
cd Image-Colorization-CGAN
pip install -r requirements
# Images used to train the model
!unzip ./Images/images.zip -d ./Images/
# Change the paths in the code to your own
python main.py

