this project allows users to draw in the air using their index finger, with the drawing being displayed on the screen in real time. it uses openCV for image processing and mediapipe for hand tracking.
- real-time hand tracking using mediapipe.
- air drawing with the index finger.
- dynamic canvas clearing with the 'c' key.
- exit functionality using the 'q' key.
- python 3.x
- opencv for image processing.
- mediapipe for hand tracking.
- numpy for array operations.