Skip to content

Simple to use color palette extractor using k-means clustering that runs in the browser

License

Notifications You must be signed in to change notification settings

kkatkat/color-palette-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Palette Extractor

A simple web app that allows you to generate a color palette from any image, using the K-Means clustering algorithm. It runs 100% locally and allows you to change the parameters of the algorithm to your liking.

Built with React and Mantine.

How to run it

  1. Clone the repo
  2. cd color-palette-extractor
  3. npm i
  4. npm run dev
  5. Open your browser at the specified localhost port (see terminal after step 4)

Releases

No releases published

Packages

No packages published