title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
---|---|---|---|---|---|---|---|
image2coloringbook |
✏️ |
red |
indigo |
gradio |
3.46.0 |
app.py |
false |
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.
This Colab notebook explains how the coloring books are generated.
The application is available as a Hugging Face space.
To run the application locally, clone this repo and open the directory in your terminal.
Install all requirements with pip:
pip install -r requirements.txt
Once all requirements are installed, you can run the web ui with:
gradio app.py