A speed reflex game using AI object detection.
conda create -n speed-reflex
activate speed-reflex
pip install numpy scipy matplotlib scikit-learn jupyter
pip install opencv-contrib-python
pip install dlib
usage: main.py [-h] objective
positional arguments: gameId: The game to play: 1 - Centre Challenge 2 - Spot Challenge
optional arguments: -h, --help show this help message and exit --res RES The resolution of the video. Default is "640,480".
activate speed-reflex
python main.py 1 --res "1280,800"