Cluster visualization is a streamlit app that allows users to identify clusters in their two- or three-dimensional data by selecting a sklean cluster algorithm and interactively changing their parameters.
Visit one of the hosted apps:
- On Streamlit: https://cluster-visualization.streamlit.app/
Host your own
git clone
cd cluster-visualization
pip install -r requirements.txt
streamlit run streamlit_app.py