Soumyajit2709/Grayscale-Image-to-RGB-image-converter-using-Transfer-Learning-Method
It is a simple machine learning algorithm to convert Grayscale Images to Colored Images. It uses VGG-16 model. We have finetuned this model and made it accurate for this algorithm to convert images from Grayscale to RGB.
This tool helps convert grayscale images into full-color RGB images, automatically adding color where it was originally missing. You provide a black and white image, and it outputs a colorized version. This is useful for anyone working with historical photos, scanned documents, or scientific images that need to be presented in color.
No commits in the last 6 months.
Use this if you have a collection of black and white images that you need to convert to color.
Not ideal if you need precise control over the colorization process or require highly accurate, photorealistic results for sensitive applications.
Stars
7
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Soumyajit2709/Grayscale-Image-to-RGB-image-converter-using-Transfer-Learning-Method"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
emilwallner/Coloring-greyscale-images
Coloring black and white images with deep learning.
richzhang/colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
junyanz/interactive-deep-colorization
Deep learning software for colorizing black and white images with a few clicks.
baldassarreFe/deep-koalarization
Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and...
richzhang/colorization-pytorch
PyTorch reimplementation of Interactive Deep Colorization