K-Means.py: Contains my implementation of the K-Mean Clustering Algorithm. Makefile: Runs the algorithm, as well as sets up a virtual environment. requirements.txt: Contains the packages used when setting up the virtual environment. output.txt: Contains what the output looks like when the program is run.
To set up the virtual environment:
makeTo remove the virtual environment:
make cleanTo run the algorithm:
make run