Python code to create a hand drawn image from any given image using machine vision techniques:
Pull the code and run:
python3 handDrawn.py
This will read in the input image: resources/input/input.png
and output a
hand drawn copy to resources/output/output.png
. Feel free to replace
input.png
with your own image and see what happens`.
- Python 3
Thank you to FreeCodeCamp and Rishav Agarwal as this project started from this very helpful tutorial: https://www.freecodecamp.org/news/sketchify-turn-any-image-into-a-pencil-sketch-with-10-lines-of-code-cf67fa4f68ce/
Also thanks to the #100DaysOfCode Twitter community for encouraging me to code for fun!!