Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 235 Bytes

Dominant Color Finder

Finds the dominant color of any picture using k-means clustering.

Usage

  1. pip install pillow scikit-learn numpy argparse
  2. python start.py <image-path>

It will output RGB and HEX color formats.