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 startcd server
pip install -r requirements.txt
python app.pyTo colorize using the terminal type the following command
cd server
python colorize.py --input_file=PATH/TO/IMAGE output_file=PATH/TO/SAVE/IMAGEcd training
pip install -r requirements.txt
python __main__.py





