Skip to content

Transform Grayscale to Vivid Color with AI Elevate your image processing capabilities with Gray2Color, a state-of-the-art neural network model that converts black and white images into realistic, full-color images.

License

Notifications You must be signed in to change notification settings

gralliry/Gray2Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gray2Color: Colorization of Grayscale Images

This repository showcases a neural network model designed to convert grayscale images into color images.

Utilizing advanced deep learning techniques, the model learns to add realistic colors to grayscale images, effectively enhancing them with vivid hues.

The project demonstrates the application of neural networks in image processing, providing a powerful tool for automatic colorization.

Features

  • Neural Network-Based Colorization: Transforms grayscale images into color using state-of-the-art neural network architectures.
  • High-Quality Colorization: Generates realistic and visually appealing color images from monochromatic inputs.
  • Easy-to-Use: Simple integration and usage with clear instructions provided.

Getting Started

git clone https://github.com/gralliry/Gray2Color.git
cd Gray2Color
pip install -r requirements.txt

Usage

Train

python train.py -d your_dataset_path -lr 0.001 -e 3000 -bs 16

Evaluate

python evaluate.py -d your_sample_dir

About

Transform Grayscale to Vivid Color with AI Elevate your image processing capabilities with Gray2Color, a state-of-the-art neural network model that converts black and white images into realistic, full-color images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages