A simple K Means Clustering Algorithm. What else did you expect? This project was built by Soham De, Manish Rajani. and Tanvi Roy.
Open up a CLI, and execute the following commands:
$ git clone https://github.com/actuallysoham/k-means.git
$ cd k-means
$ python3 algo2.py
This should be enough.
This project was built using the Python3. All visualisation is done using Plotly.
All of the project code was written by us ourselves.