This project is made to run the k-means clustering algorithm to re-color an image with k colors only.
The original input file:
- k: 3
- k: 4
- k: 5
The number of colors used varies by k
- Download the py file, and put image to work on in the working folder.
- Modify the value of k (defalut is k = 4)
- Run the program.



