Jayshah6699 / datascience-mashup

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.
MIT License
41 stars 53 forks source link

Color detection image #277

Closed oshi36 closed 3 years ago

oshi36 commented 3 years ago

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

Jayshah6699 commented 3 years ago

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.

oshi36 commented 3 years ago

@Jayshah6699 Changes done