From 783d13a4457ec7929dccbc0d5bfb306e5f7de489 Mon Sep 17 00:00:00 2001 From: Allen Gu <42553779+allengu01@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:37:56 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8f2c11d..7511795 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # k-Means Visualizer +This program uses the k-means algorithm to determine k colors that are representative of a provided image. The visualization for the algorithm is made from 3D scatter plots of pixel values with Matplotlib. + +##Examples