Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Compression using K-Mean
# Image Compression using K-Mean Clustering

## This notebook consist of implementation of K-mean algorithm in image compression from scratch using only numpy.
## This notebook consist of implementation of K-mean clustering algorithm in image compression from scratch using only numpy library.

**Algorithm Used:** K-mean Clustering
**No. of Clusters:** 16
Expand All @@ -9,4 +9,4 @@
![original image](/tiger.png?raw=true "original image")

**Compressed Image with 16 colors**
![original image](/tiger_small.png?raw=true "original image")
![original image](/tiger_small.png?raw=true "original image")