An open API service indexing awesome lists of open source software.

https://github.com/uditmishr/virtual-hand-painter

A simple application allows the user to draw on the screen using their hand. It has options for three primaries (RGB) colors, an eraser, and the ability to save results.
https://github.com/uditmishr/virtual-hand-painter

computer-vision machine-learning mediapipe opencv python

Last synced: about 2 months ago
JSON representation

A simple application allows the user to draw on the screen using their hand. It has options for three primaries (RGB) colors, an eraser, and the ability to save results.

Awesome Lists containing this project

README

          

# Virtual Hand Painter

**About**

A simple application allows the user to draw on the screen using their hand. It has options for three primaries (RGB) colors, an eraser, and the ability to save results.

**Flowchart**

![Flowchart](/img/Flowchart.png)

**Mode of Operation**

|Selection Mode| Drawing Mode|
|--------------|-------------|
| Two fingers up | One finger up|
|![Selection](/img/s.png)|![Drawing](/img/d.png)|