From 48cd9f3aed848397bb823d1f57a949f5a7e77482 Mon Sep 17 00:00:00 2001 From: noobie-cod <44034301+noobie-cod@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:35:08 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52a05ba..d19c585 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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") \ No newline at end of file +![original image](/tiger_small.png?raw=true "original image")