kmeans clustering to show dominant colors in image using sklearn lib
to run the program type in command line :
python .\color_kmeans.py --image <img_name> --clusters <no of clusters>
For example:
python .\color_kmeans.py --image images/sherlock.png --clusters 3