"# Hand-detection-using-python"
This project is a hand detection program written in Python. It uses computer vision techniques to identify and track the location of hands in real-time using a webcam.The program will open your default webcam and display the output on the screen. It will track the location of your hand in real-time and draw a bounding box around it.
To quit the program, press the 'q' key.
let's start...............
To make this project you need to follow this step:-
Install package with pip (for this project you need to install mentioned version module)
pip install mediapipe==0.8.3.1To deploy this project run
./main.py or python3 main.py