A simple package to colorize black and white images
Project description
Image Colorizer
This package provides tools to colorize images using deep learning models.
Installation
Clone this repository and run:
pip install .
Usage
To use the Image Colorizer, import it in your Python script and provide the paths for the model and images:
from image_colorizer import ImageColorizer
model_path = 'path_to_your_model.pkl'
input_path = 'path_to_your_input_image.jpg'
output_path = 'path_to_save_colorized_image.jpg'
colorizer = ImageColorizer(model_path)
colorizer.colorize(input_path, output_path)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file colorize_package-0.3.0.tar.gz
.
File metadata
- Download URL: colorize_package-0.3.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98deb86dbdf29af550bb94be6031fa8e59ed4e49c7f084224522fc0324d432b |
|
MD5 | 94938854f2ddd5c89ece71db63c5b0c5 |
|
BLAKE2b-256 | 9e47394383f4362fa0938aabd5682909452a364eff553dbc1cd7400886740bd7 |
File details
Details for the file colorize_package-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: colorize_package-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9288c76988305fdf5219ec8d89e0e0355c37ce69c47e14ff247086d32dd9fd4f |
|
MD5 | 4f4bc90fb777077541be78adbfbf02c4 |
|
BLAKE2b-256 | 650e0963e61369e476929ab57216f14e83ecabfc0417a9351db5c5a4f2f32eda |