This program automates the Google Chrome Trex game. You can use this URL for collecting data and testing. http://wayou.github.io/t-rex-runner/
A convolutional neural network is being used to predict the keyboard input.
Collects training images and stores them in data/<class_name>
Contains helper function for getting keyboard input
(Source: https://github.com/Sentdex/pygta5/blob/master/Versions/v0.02/getkeys.py)
Different models are implemented in keras and tensorflow.