Image compression using K-Means algorithm. A K-means instance is created with a certain number of clusters. These number of clusters are the final colors present in the compressed image.
View the notebook here
Download it from here
To Run the notebooks, after downloading them and their respective datasets, change the path variables.
Another attempt at compressing images leveraging the reccurent connections and the power of convolution layers, A neural network approach.
View the notebook here
Download it from here