/create-palette

Create color palette from image.

Primary LanguagePython

create-palette

Python algorithm to create a color palette using k-means clustering from an image.

Includes mini Flask app to upload and process image files.

This app does not store the images on disk for enhanced security.

Setup

Install dependencies with pip install -r requirements.txt

Run flask app with either

  1. npm run test
  2. flask run
  3. python app.py

Examples

Upload page

Upload page

Example palette #1

Palette #1

Example palette #2

Palette #2