This games is built with Machine Learning. Whatever handpose you make
at the camera a neural network tries to determine the coordinates of
different points on the hand. And those coordinates are again fed into
another neural network which predicts Stone, Paper or Scissors.
All the magic happens on your device right inside your browser. No
data is sent anywhere. This was made possible because of
tensorflow.js
If you liked the project then consider starring it on
GitHub.
To continue, You'll need to allow access to the Camera.
Just a moment, getting things ready.
Loading...
This may take a while
RockpaperScissors
Can a neural network recognize gestures?
This project is a simple implementation of Rock Paper Scissors
which takes live video feed from Camera and uses on device Neural
Network to determine your move. Everything happens on device; no
data is sent anywhere.