A simple implementation of rock paper and scissors game using tensorflow.js, the model evaluates the user's move via the camera feed and predicts what the user wants to do.
For generating model you'll need python, tensorflow and tensorflowjs. Get them with pip.
pip install tensorflow tensorflowjs
For the web version all you need is a text editor.
Open index.html from the build folder and you're good to go. If you want to generate your own dataset then download rock-paper-scissors dataset by Laurence Monorey and then open Raw Data Gen.
Pull requests are welcome. 🐱🏍