Skip to content

Using Python and neural networks, I created a project to automatically colorize black and white images. The model operates in the LAB color space, predicting 'a' and 'b' channels from the luminance channel ('L'). Trained on paired grayscale/color images, it accurately restores vibrant colors, merging image processing with deep learning for realism

Notifications You must be signed in to change notification settings

officiallyutso/Image-Colourization-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Colourization-Neural-Network

Using Python and neural networks, I created a project to automatically colorize black and white images. The model operates in the LAB color space, predicting 'a' and 'b' channels from the luminance channel ('L'). Trained on paired grayscale/color images, it accurately restores vibrant colors, merging image processing with deep learning for realism (image dataset provided with google drive link) Screenshot (6)-imageonline co-merged

Screenshot (7)-imageonline co-merged

About

Using Python and neural networks, I created a project to automatically colorize black and white images. The model operates in the LAB color space, predicting 'a' and 'b' channels from the luminance channel ('L'). Trained on paired grayscale/color images, it accurately restores vibrant colors, merging image processing with deep learning for realism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages