Skip to content

subhadeep-sg/rock-paper-scissors-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rock-paper-scissors-opencv

A single player Rock Paper Scissors game made using OpenCV. Currently the computer picks moves at random.

References:

Repository for hand gesture recognition.

Requirements:

Live Recording device like the computer's default webcam
Python :
https://www.python.org/downloads/release/python-386/
Anaconda Environment:
https://www.anaconda.com/products/individual
Streamlit(https://docs.streamlit.io/en/stable/):

pip install streamlit
streamlit hello

OpenCV:

pip install opencv-python

Demo:

To run the program clone the repository to your system and then use your local webcam. Open command window in the local folder and run the below command:

streamlit run Rps_src.py

Releases

No releases published

Packages

No packages published

Languages