Skip to content

Kenny477/create-palette

Repository files navigation

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

About

Create color palette from image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages