Spaces:
Running
Running
Sagar Bharadwaj
commited on
Commit
·
c6d0a62
1
Parent(s):
a0f5ac0
Updated README and added original image in notebook.
Browse files- ColorByNumber.ipynb +0 -0
- README.md +2 -2
ColorByNumber.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
"[Color by number](https://en.wikipedia.org/wiki/Paint_by_number)" is a coloring activity in which the canvas is delineated into sections labelled with numbers and the user fills in these sections with colors corresponding to their numbers, in a manner similar to a coloring book. This project helps you create your own Color By Number kit for an image of your choice.
|
4 |
|
5 |
-
Most existing Color By Number tools require buying art supplies specific to an image which makes it an expensive activity and can potentially result in wastage of paint. However, for
|
6 |
|
7 |
Choose images carefully and ensure that the limited art supplies you already have at home are indeed sufficient to create a good approximation of the image.
|
8 |
|
@@ -22,4 +22,4 @@ Launch jupyter lab by running: `jupyter lab`. Open the `ColorByNumber.ipynb` not
|
|
22 |
- Change `image_path` to your own image.
|
23 |
- Change `color_list` to the list of colors you have at home. You can get the RGB values of your colors by snapping a picture of your color set and using an online color picker (such as [this](https://imagecolorpicker.com/)).
|
24 |
|
25 |
-
Running the code in the notebook generates a "Color by number" for your image using your color palette.
|
|
|
2 |
|
3 |
"[Color by number](https://en.wikipedia.org/wiki/Paint_by_number)" is a coloring activity in which the canvas is delineated into sections labelled with numbers and the user fills in these sections with colors corresponding to their numbers, in a manner similar to a coloring book. This project helps you create your own Color By Number kit for an image of your choice.
|
4 |
|
5 |
+
Most existing Color By Number tools require buying art supplies specific to an image which makes it an expensive activity and can potentially result in wastage of paint. However, for many people, the goal is to create a rough approximation of an image and have fun painting/coloring without having to spend $30 on new art supplies for every new image. In this tool, you can specify the limited set of colors you already have at home and it generates a custom Color By Number kit for your image using only the colors you mention. You can print it and color it, all for free. See the [notebook](ColorByNumber.ipynb) for an example.
|
6 |
|
7 |
Choose images carefully and ensure that the limited art supplies you already have at home are indeed sufficient to create a good approximation of the image.
|
8 |
|
|
|
22 |
- Change `image_path` to your own image.
|
23 |
- Change `color_list` to the list of colors you have at home. You can get the RGB values of your colors by snapping a picture of your color set and using an online color picker (such as [this](https://imagecolorpicker.com/)).
|
24 |
|
25 |
+
Running the code in the notebook generates a "Color by number" for your image using your color palette. If the result is not satisfactory, try changing the `config` parameters. See [config.py](colorbynumber/config.py) for an explanation of the parameters.
|