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

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

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.

![gui.gif](gui.gif)

# Installation
```bash
poetry install
```

# Usage
```bash
make run
```