Automatic colorizaton of grayscale images using Deep Learning.
Project description
autocolorize
Automatically colorize images using Machine Learning.
Installation
Make sure that you have Caffe (with Python bindings). Then run:
pip install autocolorize
Run:
autocolorize grayscale.png -o colorized.png
API
You can also colorize from Python (assuming grayscale is the image that you want to colorize):
import autocolorize classifier = autocolorize.load_default_classifier() rgb = autocolorize.colorize(grayscale, classifier=classifier)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autocolorize-0.2.1.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file autocolorize-0.2.1.tar.gz
.
File metadata
- Download URL: autocolorize-0.2.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 025ab226ef5d20464f0e5348d6eb8e0c702fefc7f86b9bbbc6f166965cd41fac |
|
MD5 | 95945d6903c7c7f8de8d6c2e3be2b5bd |
|
BLAKE2b-256 | b424610458e8f0840314b0cb09995efc664c80c0fed892d69eae8f70ef8a6f42 |
File details
Details for the file autocolorize-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: autocolorize-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30d38434e72c88ba118825582144e7ff7810bb5a56ca91c2f4a3ab668276d25c |
|
MD5 | ecf18fc1e78a1d19737654bebc080ecc |
|
BLAKE2b-256 | 4abd7d4d2359de90526ec147ab98da032843261b7ee22e964cd1699e12093d2a |