Hand recogntion using mediapipe
MediaPipe is a graph-based framework for building multimodal (video, audio, and sensor) applied machine learning pipelines. MediaPipe also facilitates the deployment of machine learning technology into demos and applications on a wide variety of different hardware platforms (e.g., Android, iOS, workstations).
Ref: google
first install all the rwquired dependencies
pip install mediapipe
pip install opencv-python
Then
python3 hand_recog.py