Skip to content

chinmoy12c/spsVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spsVision

Classic Stone, Paper, Scissors game with DL. The program captures your hand and the DL model recognizes it. The computer randomly chooses a move and the results are then calculated accordingly.

REQUIREMENTS

  • python 3
  • opencv-python
  • tensorflow
  • pyttsx3
  • numpy

TESTED ON

  • python : '3.7.7'
  • open-cv : '4.2.0'
  • tensorflow : '2.2.0'
  • numpy : '1.18.4'

INSTALLATION

git clone https://github.com/chinmoy12c/spsVision.git

To install the dependencies run:

cd bin
pip install -r requirements.txt

USAGE

To run the program:

cd bin
python recognizer.py

Adding to dataset


python dataGatherer.py

Run the trainer again after adding to the dataset

About

Classic Stone, Paper, Scissors game with DL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published