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-pythonpip install mediapipeOpenCv(for image processing and performing computer vision tasks)
import cv2time(for fps show)
import timeos(for loading directories)
import osmediapipe(for hand detection)
import mediapipe as mp