Sign inSign up

deepaiorg/colorization

By deepaiorg

Updated about 7 years ago

Adds color to a black and white image and outputs the colorized version.

Image
0

1.4K

deepaiorg/colorization repository overview

DeOldify Colorizer

This model has been integrated with ai_integration for seamless portability across hosting providers.

Overview

Nvidia-Docker is required to run this image.

For details see Colorizer on Deep AI

Quick Start

docker pull deepaiorg/colorization

HTTP
nvidia-docker run --rm -it -e MODE=http -p 5000:5000 deepaiorg/colorization

Open your browser to localhost:5000 (or the correct IP address)

Command Line

Save your image as content.jpg in the current directory.

nvidia-docker run --rm -it -v `pwd`:/shared -e MODE=command_line deepaiorg/colorization --image /shared/content.jpg --output /shared/output.jpg

Docker build

docker build -t colorization .

Author Credit

Jason Antic: https://twitter.com/citnaj

Based on this implementation:

https://github.com/jantic/DeOldify

Simplification, streamlining, and updating to work in the year 2019 by DeepAI.

Tag summary

Content type

Image

Digest

Size

5.1 GB

Last updated

about 7 years ago

docker pull deepaiorg/colorization