Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 467 Bytes

jankenpon

A real time rock paper scissors implementation using tensorflow and OpenCV

Tools Used

  • Python 3.8
  • Tensorflow 2.4.1
  • OpenCV 4.5.1.48

Dataset Used

Paper, Rock, Scissor CGI generated dataset by Laurence Moroney Available from https://laurencemoroney.com/datasets.html

Important Files

  • 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