/rock-paper-scissors-

This application with which the user can play Rock, Paper, Scissors. Uses OpenCV and Mediapipe to take a video input from the webcam and classify the hand as "Rock", "Paper", or "Scissor". The application then provides its own random output as a "play" and calculates the winner.

Primary LanguagePython

How to use

first, you should create your virtualenv

After that, you should install the dependency

pip3 install -r requirements.txt

And enjoy :)