This program is used to count the number of fingers open of your hand using openCV
packages required : cv2, cvzone, mediapipe, time
Follow these steps to get output:
- Install openCV packages using this command "pip install opencv-python".
- Install cvzone package using this command "pip install cvzone"
- Install mediapipe package using this command "pip install mediapipe".
- Run this python program, it opens webcam.
- show your palm to webcam, to count the fingers.
- To stop the program, terminate the terminal on which the current program is running.