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.
- Clone the repo
cd color-palette-extractor
npm i
npm run dev
- Open your browser at the specified localhost port (see terminal after step 4)