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.
- python 3
- opencv-python
- tensorflow
- pyttsx3
- numpy
- python : '3.7.7'
- open-cv : '4.2.0'
- tensorflow : '2.2.0'
- numpy : '1.18.4'
git clone https://github.com/chinmoy12c/spsVision.git
To install the dependencies run:
cd bin
pip install -r requirements.txt
To run the program:
cd bin
python recognizer.py
python dataGatherer.py
Run the trainer again after adding to the dataset