Skip to content

This project implements a graphical user interface (GUI) for K-Means clustering using Python and the `customtkinter` library.

Notifications You must be signed in to change notification settings

riadzoabi/kmeans-clustering-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K Means Clustering GUI

This project implements a graphical user interface (GUI) for K-Means clustering using Python and the customtkinter library.

Features

  • Generate random points.
  • Select the number of clusters (K).
  • Run the K-Means algorithm.
  • Plot the clustered points.

Requirements

  • Python 3.x
  • customtkinter
  • Pillow

Installation

  1. Clone the repository:
    git clone https://github.com/riadzoabi/kmeans-clustering-gui.git
    cd kmeans-clustering-gui

About

This project implements a graphical user interface (GUI) for K-Means clustering using Python and the `customtkinter` library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages