A virtual gesture controlled whiteboard tool built using OpenCV and MediaPipe.
Video demo: https://drive.google.com/file/d/10fwNT3WBPCjggI9NDKrYeQqdjxczJyKn/view?usp=drive_link
- Clone/ download the repository
- pip install -r requirements.txt
- Run app.py to run the server
- Go to http://127.0.0.1:5000/ to use the whiteboard
Closed fist to go into drawing mode. Write with pointed tip of index finger. A closed fist again will go out of drawing mode. Use palm to erase annotations.
- Hand Tracking
- Gesture recognition using hand coordinates
- Making a simple whiteboard application
- Using real time video feed to draw