An open API service indexing awesome lists of open source software.

https://github.com/f3riend/color-palette

a system that counts and clusters the most common colors in images and produces a color palette.
https://github.com/f3riend/color-palette

clustering color-palette-generator filedialog kmeans machine-learning matplotlib-pyplot most-common-color numpy pillow python3 sklearn-library

Last synced: 2 months ago
JSON representation

a system that counts and clusters the most common colors in images and produces a color palette.

Awesome Lists containing this project

README

        

# color-palette

**Reason for Development:**

When I was dealing with web programming, I was obsessed with modern interfaces because the code I wrote in the background was integrated with the interface and the value of the project was understood.

While designing, I was constantly trying to find compatible colors, then I came up with this project idea and coded it.

**Example**

| Original Image | Resulting Color Palette |
|----------------|-------------------------|
| ![Example](https://github.com/f3riend/color-palette/blob/main/chill.jpg) | ![Result](https://github.com/f3riend/color-palette/blob/main/output.png) |

**Used:**
```bash
pip install pillow numpy scikit-learn matplotlib icecream