https://github.com/irusland/kolory
Streamlit Image Clustering with K-Means
https://github.com/irusland/kolory
kmeans-clustering opencv-python streamlit
Last synced: about 2 months ago
JSON representation
Streamlit Image Clustering with K-Means
- Host: GitHub
- URL: https://github.com/irusland/kolory
- Owner: irusland
- License: mit
- Created: 2024-10-21T19:21:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:45:23.000Z (over 1 year ago)
- Last Synced: 2025-06-01T14:40:40.335Z (about 1 year ago)
- Topics: kmeans-clustering, opencv-python, streamlit
- Language: Python
- Homepage:
- Size: 52.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Clustering with K-Means
### Upload an image, choose the number of clusters (k), and explore the segmentation result and RGB scatter plot.

# Installation
```bash
poetry install
```
# Usage
```bash
make run
```