Skip to content

Pix2Pix Generative Adversarial Network that colorizes black and white images

Notifications You must be signed in to change notification settings

Atul-Acharya-17/Deep-Colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Colorizer

Deep Colorizer is an application that is built with React and Flask that uses a Generative Advarsarial Network to colorize black and white images

Examples

1 1
1 1
1 1

Demo

animated

Getting Started

Client

cd client/web
npm install
npm start

Server

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

Training

cd training
pip install -r requirements.txt
python __main__.py

About

Pix2Pix Generative Adversarial Network that colorizes black and white images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published