/colorization

A FLASK based website for coloring grayscale images

Primary LanguageHTMLMIT LicenseMIT

Colorization

A flask web service to colorize gray scale images using Convolutional Neural Networks

Installation

pip install -r requirements.txt

Samples

Grayscale lady image RGB lady image

Grayscale bird Colorized bird

Grayscale girl Grayscale girl

Usage

Open app.py and change UPLOAD_FOLDER

UPLOAD_FOLDER = '/path/to/files'

Run the program using

python3 app.py

References

deep-koalarization

Freecodecamp

License

MIT