This project is based on hand motion detection using mediapipe library which is used to detect motion and body gestures. To implement this, I first learn hand tracking using openCv and mediapipe the learn how to use hand landmarks to count of the fingers.
All of this is happening in real-time and requires no configuration or GPU.
Open Command Prompt, type
pip install opencv-python
pip install mediapipe
OpenCv(for image processing and performing computer vision tasks)
import cv2
time(for fps show)
import time
os(for loading directories)
import os
mediapipe(for hand detection)
import mediapipe as mp