Skip to content

Implementing K-means algorithm and using it for image compression.

Notifications You must be signed in to change notification settings

gabhirama/Image-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image-Compression

Implementing K-means algorithm and using it for image compression.

The Project involves importing an image from local computer and applied the KMeans function from sklearn.cluster. I have compressed a 4096 X 2764 image of Stranger Things wallpaper and it executed quite well. Although, the original code for clustering without the use of Scikit Learn-KMeans might have been used, I will attach the code separately in another .ipynb file with this project.

About

Implementing K-means algorithm and using it for image compression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published