AI-powered air canvas with object recognition and math equation solving.
- Hand tracking with MediaPipe
- Draw in the air using gestures
- Object recognition from sketches
- Math equation solver and Basic Q and A.
- Create virtual environment:
python3 -m venv venv
source venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Run the app:
python app.py- Index finger: Draw
- Index + Middle finger: Switch mode (Object/Math)
- 3 fingers up: Clear canvas
- Closed fist: Erase
- Press 'h': Toggle help
- Press 'q': Quit
- Phase 1: Air Canvas with hand tracking
- Phase 2: Object recognition
- Phase 3: Math solver
Built using Python, OpenCV, and MediaPipe