shawnljw commited on
Commit
05ccb0c
·
1 Parent(s): 69aa03c

update README

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,2 +1,7 @@
1
  # image2coloringbook
2
- A simple tool that converts an image into a coloring book
 
 
 
 
 
 
1
  # image2coloringbook
2
+
3
+ ![image2coloringbook](assets/image2coloringbook.png)
4
+
5
+ A simple tool that converts an image into a coloring book. It runs on a custom implementation of the k-means clustering algorithm by default but comes with the option to use scikit-learn's implementation.
6
+
7
+ This [Colab notebook](https://colab.research.google.com/drive/1S91AsP2XHUKuxtUBEaFlboWd8ScAndcz?usp=sharing) explains how the coloring books are generated.