Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 555 Bytes

File metadata and controls

34 lines (25 loc) · 555 Bytes

Rock-Paper-Scissors-Image-Classifier-Using-Deep-Learning

An AI to play the Rock Paper Scissors game using your webcam.

Requirements

  • Python 3
  • Keras
  • Tensorflow
  • OpenCV

Set up instructions

  1. Install the dependencies
$ pip install -r requirements.txt
  1. Gather Images for each gesture (rock, paper and scissors and none): here we gather 800 images for the "paper"
$ python3 gather_images.py paper 800
  1. Train the model
$ python3 train.py
  1. Play the game with your computer!
$ python3 play.py