Welcome to the Virtual Canvas Web App! This project utilizes the MediaPipe library to create an interactive virtual canvas that recognizes hand movements via your webcam.
Check out the live preview of the app here.
- Hand Recognition: The app currently utilizes your webcam to recognize the hand and draw points on the nodes.
- Gesture Recognition: Enhance the app to recognize specific hand gestures.
- Draw on Canvas: Implement the ability to draw on an empty canvas using hand gestures.
- Rock Paper Scissors Game: Build a fun rock-paper-scissors game that can be played using hand gestures.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/calebjoshuapaul/virtual_canvas.git