Skip to content

wisewtf/dominant-color-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Find the dominant color of any picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages