Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages