Skip to content

Extract color palette from an image with k-means and k-NN // Project for the AI/ML class at Hanyang University

License

Notifications You must be signed in to change notification settings

shadowcz007/palette

 
 

Repository files navigation

Palette

Palette is a website where you can upload an image and get the dominant colors (using k-means clustering) as well as the associated color names (using k-nearest neighbor).

This is a project for the Introduction to Artificial Intelligence at Hanyang University under professor Youngjoon Won.

Motivation, technical details and methodology cam be found in our so-called "blog post" as part the assignment.

Setup

Requirements: Python 3

git clone git@github.com:angristan/palette.git
cd palette
pip install -r requirements.txt
flask run

Palette is running on http://localhost:5000/.

About

Extract color palette from an image with k-means and k-NN // Project for the AI/ML class at Hanyang University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.2%
  • HTML 29.1%
  • JavaScript 16.6%
  • CSS 2.1%