An open API service indexing awesome lists of open source software.

https://github.com/surajv311/image-compression-k-means-clustering

Application-based learning. Project on Image compression using K means clustering algorithm in Py.
https://github.com/surajv311/image-compression-k-means-clustering

Last synced: 7 months ago
JSON representation

Application-based learning. Project on Image compression using K means clustering algorithm in Py.

Awesome Lists containing this project

README

          

# Image-Compression-K-means-clustering

Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:

```conda install numpy ```

```conda install scikit-learn ```

```conda install matplotlib```

```conda install seaborn```

```pip install livelossplot```

K-means clustering algorithm used to compress the image.

![img](https://github.com/Surajv311/Image-Compression-K-means-clustering/blob/master/result%20Image/image%20compressed.jpg)