k-means clustering Implementation of k-means clustering algorithm. Installing requirements pip install -r requirements.txt Running You need to have Python 3 installed. python3 main.py Results Two dimensional example N: 5000 k: 5 Three dimensional example N: 5000 k: 5