Our famous Rock-Paper-Scissor Game but with the accessibility of Hand Recognition Features for more fun and interactive interaction!!
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.
//Score : https://stock.adobe.com/in/images/rock-scissors-paper-hand-gesture-vector-line-icons/332862747
Remember to install the important modules :
-
pip install opencv-python
-
pip install cvzone
-
pip install mediapipe
This is a personal project made using OpenCV and cvzone Modules.
-
import cv2
-
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.