kgex / rock_paper_scissors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modified code

conda create -n rps Python=3.8
conda activate rps
pip install -r requirements.txt

# To train the model
jupyter-lab 
# Then open Rock_paper_scissor.ipynb

# To play the game
python game.py
  • Trained model attached with the repo

Playing Rock, Paper, Scissors with AI

This repository contains the notebook for "Playing Rock, Paper, Scissors with AI" Tutorial

You can access the Tutorial for this here.

Playing Rock, Paper, Scissors with AI

You can download the rps3.h5 model from this link, although I would strongly suggest to train your own model on your own hands.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%