https://github.com/gokulnpc/ai-virtual-painter
This project utilizes OpenCV and MediaPipe's hand tracking capabilities to create a real-time hand gesture drawing application. The user can draw on the screen by moving their index finger, and erase the drawing by raising their index and middle fingers simultaneously.
https://github.com/gokulnpc/ai-virtual-painter
computer-vision deep-learning mediapipe opencv-python
Last synced: about 2 months ago
JSON representation
This project utilizes OpenCV and MediaPipe's hand tracking capabilities to create a real-time hand gesture drawing application. The user can draw on the screen by moving their index finger, and erase the drawing by raising their index and middle fingers simultaneously.
- Host: GitHub
- URL: https://github.com/gokulnpc/ai-virtual-painter
- Owner: gokulnpc
- Created: 2024-04-17T14:13:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T14:14:11.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:44:51.451Z (4 months ago)
- Topics: computer-vision, deep-learning, mediapipe, opencv-python
- Language: Python
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Hand Gesture Drawing with OpenCV and MediaPipe
This project utilizes OpenCV and MediaPipe's hand tracking capabilities to create a real-time hand gesture drawing application. The user can draw on the screen by moving their index finger, and erase the drawing by raising their index and middle fingers simultaneously.
