GRIP_Task5

A git repo to store all of the files for task-5 of GRIP internship by TSF

This project is maintained by SuhruthY

Color Detection using Python: nbviewer

Overview

 The task aims to detect colors of a given image by the user. I have use Python cv2 module, numpy, pyplot from matplotlib and sklearn to do the job.

Procedure

 Firstly we will see how to open the image using the cv2 module and the convert it the appropriate format. Then we will cluster the color and find out the top clusters and plot a pie chart.

Conclusion

 I constrained the project to only detecting the color. You can also search, match and filter images based on color.

Resources