Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.02 KB

File metadata and controls

30 lines (16 loc) · 1.02 KB

Rock-Paper-Scissor-Hand_Gesture_Game

Our famous Rock-Paper-Scissor Game but with the accessibility of Hand Recognition Features for more fun and interactive interaction!!

Important

Press 'Y' to Start the Game and then, Please prefer to use your Whole Hand (both forward-facing and backward-facing can be used) for accurate Hand-Symbol Recognition.

Rock-Paper-Scissor

//Score : https://stock.adobe.com/in/images/rock-scissors-paper-hand-gesture-vector-line-icons/332862747

Remember to install the important modules :

  1. pip install opencv-python

  2. pip install cvzone

  3. pip install mediapipe

About

This is a personal project made using OpenCV and cvzone Modules.

  1. import cv2

  2. from cvzone.HandTrackingModule import HandDetector

Special Thanks for "Murtaza's Workshop" for the deep down tutorial and explanation about OpenCV and Mediapipe Modules of Python with his amazing YouTube Tutorials.