rock-paper-scissors game with deep learning
- train neural network (fed with images)
- auto save/load network model to/from
~/.deep-rps/model.zip
- evaluate images (works with loaded model)
- play rock-paper-scissors game (works with loaded model)
- player vs bot
- you are the player
- random choice for bot
- play without webcam (select hand on static image)
- play with webcam
- live network evaluation
deep-rps 0.0.2
Usage: deep-rps [options]
-x, --x-gui run game with GUI
-e, --eval <file> image to eval (can be used few times to provide multiple files)
-t, --train <dir> train network with provided dir with train and test subdirs
--help prints this usage text
--version prints app version
- object detection
- tool to prepare train/test images