Skip to content

A flask application to detect dominant colors in images using kmeans

License

Notifications You must be signed in to change notification settings

seshaljain/color-palette-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Palette Generator

A Flask app to detect and enlist colors in an image. Color Palette Generator

Setup

$ pipenv install

$ pipenv run gunicorn wsgi:app

A custom implementation of the KMeans algorithm extracts RGB colors from jpg, png or jpeg images and displays them in HEX format.

The colors can be downloaded as a CSS :root palette, SCSS variables or in JSON format.

Developed as a project exercise at Vision, NIT Bhopal.

About

A flask application to detect dominant colors in images using kmeans

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published