This program is used to count the number of fingers open of your hand using openCV
packages required : cv2, mediapipe, time
Follow these steps to get output:
1.Install openCV packages using this command "pip install opencv-python".
2.Install mediapipe package using this command "pip install mediapipe".
3.Run this python program, it opens webcam.
4.show your palm to webcam, to count the fingers.
5.To stop the program, press Q.