/deepaicolorizer

Colorize bw photos, use https://deepai.org

Primary LanguagePythonMIT LicenseMIT

deepaicolorizer

Getting started.

$ pip install deepaicolorizer

Colorize photos example

import colorizer

api = colorizer.Colorizer('Token https://deepai.org')
print(api.colorizeByFile(open('test.png', 'rb')))
print(api.colorizeByImageUrl('https://www.python.org/static/img/python-logo.png'))

Asynchronous coming soon