AirCanvas Pro is a real-time gesture-based drawing application that lets you draw on a virtual canvas using only your hand.
Built using computer vision and machine learning, the app tracks hand gestures to create a smooth, touchless drawing experience.
- ✏️ Pinch gesture to draw
- ✊ Fist gesture to erase
- 🎨 Color palette
- 🖌 Adjustable brush size
- 🌙 Modern dark UI
- ⚡ Real-time hand tracking
- Python
- OpenCV
- MediaPipe
- CustomTkinter
pip install -r requirements.txt
python aircanvas.py(Make sure bg.jpeg is in the same folder.)
This project explores real-time gesture interaction by combining machine learning with desktop UI design — turning a webcam into a natural drawing interface.
Built with curiosity and a lot of debugging 🙂