I need to find the name of the color of the car in images in python.
All the techniques I tried to look up always output the color/rgd/hsv/hsl
values But
I need the Name of the color in text.
I am trying to find a simple straightforward approach no CNNs!
Preferably using some library like Pillow/OpenCv
etc. in Python
Thanks a ton for your help folks! Any help to point me in right direction is much appreciated!