Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 568 Bytes

chrome_Trex

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.

getdata.py:

Collects training images and stores them in data/<class_name>

getkeys.py:

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.