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.
- Host: GitHub
- URL: https://github.com/f3riend/color-palette
- Owner: f3riend
- Created: 2024-07-08T15:20:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:33:37.000Z (10 months ago)
- Last Synced: 2025-01-20T01:20:53.427Z (4 months ago)
- Topics: clustering, color-palette-generator, filedialog, kmeans, machine-learning, matplotlib-pyplot, most-common-color, numpy, pillow, python3, sklearn-library
- Language: Jupyter Notebook
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
|----------------|-------------------------|
|  |  |**Used:**
```bash
pip install pillow numpy scikit-learn matplotlib icecream