This Python project uses your webcam to detect hand gestures and display a message based on finger positions. It utilizes MediaPipe for hand tracking and OpenCV for real-time video processing.
Install the following Python packages before running the script:
pip install opencv-python mediapipe
- Open your terminal or command prompt.
- Navigate to the folder where the script is located.
- Run the script using Python:
python handpaint.py
To stop the webcam feed and close the window:
Press the q
key on your keyboard while the webcam window is active.