Skip to content
#

k-means-implementation-in-python

Here are 44 public repositories matching this topic...

This technique reduces the number of distinct colors in an image, to produce a visually similar but compressed image.It uses K-Means Clustering to group pixels of similar color. The K centroids of the clusters represent 3D RGB color space & would replace the colors of all points in their cluster resulting in the image with K colors.

  • Updated Sep 23, 2022
  • Python

K-Means Image Compression is a Python-based project that compresses an image by reducing the number of colors used. This technique is implemented using the K-Means clustering algorithm, making it ideal for those looking to understand and apply machine learning concepts in image processing.

  • Updated Jul 12, 2024
  • Python

Improve this page

Add a description, image, and links to the k-means-implementation-in-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-means-implementation-in-python topic, visit your repo's landing page and select "manage topics."

Learn more