Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorize_package-0.3.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

colorize_package-0.3.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page