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

https://github.com/aadrianleo/ai-virtual-painter-with-hand-gesture

AI Virtual painter with hand gester project is a AI based project in which you can detect hand and fingers and with the help of your index fingure you can draw on the screen and with the idex fingure and middle fingure you can select the different colors and the eraser to erase the drawing. this project is writen in python language with the help of cvzone, mediapipe, etc libraries.
https://github.com/aadrianleo/ai-virtual-painter-with-hand-gesture

cv2 cv2-library cvzone hand-detection hand-gesture-recognition hand-gestures mediapipe mediapipe-hands python virtual-paint

Last synced: about 2 months ago
JSON representation

AI Virtual painter with hand gester project is a AI based project in which you can detect hand and fingers and with the help of your index fingure you can draw on the screen and with the idex fingure and middle fingure you can select the different colors and the eraser to erase the drawing. this project is writen in python language with the help of cvzone, mediapipe, etc libraries.

Awesome Lists containing this project

README

        

# AI virtual painter with hand gesture

AI Virtual painter with hand gester project is a AI based project in which you can detect hand and fingers and with the help of your index fingure you can draw on the screen and with the index fingure and middle fingure you can select the different colors and the eraser to erase the drawing.
this project is writen in python language with the help of cvzone, mediapipe, etc libraries.

### `python3.8 recommended `

```bash
pip install mediapipe
# and
pip install time
# and
pip install math
# and
pip install numpy
# and
pip install os or os-sys
```