An AI to play the Rock Paper Scissors game using your webcam.
- Python 3
- Keras
- Tensorflow
- OpenCV
- Install the dependencies
$ pip install -r requirements.txt
- 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
- Train the model
$ python3 train.py
- Play the game with your computer!
$ python3 play.py