Skip to content

Getting color image from a grayscale image with machine learning.

License

Notifications You must be signed in to change notification settings

ardamavi/RGB-From-Grayscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB-From-Grayscale

Arda Mavi - ardamavi.com

Getting color image from a grayscale image with machine learning.

Using Commend:

python3 main.py <ImageFileName>

Training:

1- Delete all files from Classifier folder. 2- Run program with your color image(RGB).

Used Modules:

  • sys
  • PIL (Image)
  • copy (deepcopy)
  • sklearn

Scikit-Learn is an open source Python library for machine learning.

Important Notes:

  • Install above modules
  • Training can take a long time.

About

Getting color image from a grayscale image with machine learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages