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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Jupyter Notebook 100.0%