/rpsbot

ML bot that plays rock-paper-scissors

Primary LanguagePython

Dependencies: pip install tensorflow && pip install flask

Run: python rpsbot.py

Use: http://localhost:5000

Notes: The model's prediction for what you were going to throw is printed in the bash output. [[rock_prediction, paper_prediction, scissors prediction]].