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.
- Host: GitHub
- URL: https://github.com/aadrianleo/ai-virtual-painter-with-hand-gesture
- Owner: AadrianLeo
- Created: 2022-05-24T08:15:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T08:30:00.000Z (about 3 years ago)
- Last Synced: 2025-03-28T13:37:30.731Z (2 months ago)
- Topics: cv2, cv2-library, cvzone, hand-detection, hand-gesture-recognition, hand-gestures, mediapipe, mediapipe-hands, python, virtual-paint
- Language: Python
- Homepage: https://github.com/AadrianLeo/AI-virtual-painter-with-hand-gesture/tree/main
- Size: 219 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```