Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 374 Bytes

color-quantization

Color quantization implementation with k-means algorithm.

The project is done by using Python. To run this project, numpy must be installed to the project environment. I used MiniConda environment and it is tested on it. Detailed explanation can be found on project description in code section.

This project is done for CMPE537 course on Fall 2019.