This project implements a graphical user interface (GUI) for K-Means clustering using Python and the customtkinter
library.
- Generate random points.
- Select the number of clusters (K).
- Run the K-Means algorithm.
- Plot the clustered points.
- Python 3.x
customtkinter
Pillow
- Clone the repository:
git clone https://github.com/riadzoabi/kmeans-clustering-gui.git cd kmeans-clustering-gui