Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 930 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 930 Bytes

Color Recognition Python

Color recognizer app which can detect names of image colors using Python.

Click any pixels of the image you want and get the color name, More than 650 colors are supported.

Color Recognition Python

Colors

More then 650 colors are supported and you can see names of colors in colors.csv.

Using

Put path of your input image:

image_path = 'test1.jpg'

And run:

python ColorRecognition.py

Now, You are able to click anywhere you like to know the color name.

Source