Skip to content

A Rock, Paper, Scissors classifier built with Tensorflow JS and React.

Notifications You must be signed in to change notification settings

rjolaverria/rockpaperscissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✊🏽Rock, ✋🏻Paper, ✌🏾Scissors

A rock, paper, scissors CNN classifier built with React and Tensorflow.

  • Tensorflow model created in the notebook with transfered learning from MobileNetV2 on the Rock, Paper, Scissors dataset from Tensorflow Datasets.
  • Used Tensorflow.js to run serverless inferences.
  • React-Webcam used to capture webcam screenshots.