In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.
To detect the color within an image . The approach was to train the model with color names and its RGB code .
opencv was used to open image and detect the color in an image.
correct the link in the readme file as I am unable to see the demo and add ipynb file too created from current python file so people can understand the work flow.
To detect the color within an image . The approach was to train the model with color names and its RGB code . opencv was used to open image and detect the color in an image.
Fixes issue no #265