pyBegin / projects / image-sketcher
📷

Image Sketcher

An OpenCV demo that captures live webcam frames and renders them as a pencil-sketch effect using grayscale conversion, Gaussian blur, and Canny edg…

21 lines🖥 Desktop only

Image Sketcher

An OpenCV demo that captures live webcam frames and renders them as a pencil-sketch effect using grayscale conversion, Gaussian blur, and Canny edge detection.

How to run

pip install opencv-python numpy
python main.py

Dependencies

Pyodide-runnable

No — it uses OpenCV webcam capture and GUI windows, which are not available in a browser.