A real time rock paper scissors implementation using tensorflow and OpenCV
- Python 3.8
- Tensorflow 2.4.1
- OpenCV 4.5.1.48
Paper, Rock, Scissor CGI generated dataset by Laurence Moroney Available from https://laurencemoroney.com/datasets.html
- main.py : where the training happens
- testing.py : where the model is tested
- realtime.py : where the model is loaded with opencv for realtime analysis