AirDraw Pro is a gesture-controlled virtual drawing application built using Python, OpenCV, MediaPipe, and NumPy.
- ✋ Real-time hand tracking
- 🎨 Air drawing using index finger
- 🔵 Multiple brush colors
- 🩹 Eraser tool
- 🗑️ Clear canvas
- 📷 Full-screen camera interface
- Python
- OpenCV
- MediaPipe
- NumPy
- Clone the repository
git clone https://github.com/YOUR_USERNAME/AirDraw-Pro.git- Install dependencies
pip install -r requirements.txt- Run
python step5_color_menu.pyGesture-controlled virtual drawing using computer vision.
Sandhya B