MDraw is an interactive web application that allows users to draw on the screen using hand in the air. Instead of using a mouse or touch input, the system tracks hand movements and converts them into real-time digital drawings.
This project creates a touchless drawing experience, where users can write, draw, erase, and change colors using simple hand signs.
- ✋ Air drawing using hand gestures
- ☝️ One finger gesture to draw
- 🧹 Gesture-based erase/delete functionality
- 🎨 Change colors using hand signs
- ⏸️ Pause and resume drawing
- 🖥️ Works in browser (localhost supported)
This project is based on gesture recognition and real-time motion tracking, allowing users to interact with a digital canvas without physical contact.
- HTML
- CSS
- JavaScript
- (Add: MediaPipe / OpenCV if you used them)
- Download or clone the repository
- Open terminal in project folder
- Run using local server
- Open in browser
- One finger → Draw
- Hand signs → Perform actions (erase, color change, etc.)
- Move hand → Draw in air
- Improve gesture accuracy
- Add more gesture controls
- Save/export drawings
- Mobile optimization
Monish Paramasivam
This project demonstrates touchless human-computer interaction using hand tracking technology.