Deep Colorizer is an application that is built with React and Flask that uses a Generative Advarsarial Network to colorize black and white images
cd client/web
npm install
npm start
cd server
pip install -r requirements.txt
python app.py
To colorize using the terminal type the following command
cd server
python colorize.py --input_file=PATH/TO/IMAGE output_file=PATH/TO/SAVE/IMAGE
cd training
pip install -r requirements.txt
python __main__.py