GitHunt
AD

Adioosin/image-compression-using-k-mean

This notebook consist of implementation of K-Mean clustering algorithm on an image to compress it from scratch using only numpy

Image Compression using K-Mean

This notebook consist of implementation of K-mean algorithm in image compression from scratch using only numpy.

Algorithm Used: K-mean Clustering
No. of Clusters: 16

Original Image
original image

Compressed Image with 16 colors
original image

Languages

Jupyter Notebook100.0%

Contributors

Created June 3, 2018
Updated October 10, 2025
Adioosin/image-compression-using-k-mean | GitHunt