Skip to content

SouravSharan/chrome_Trex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.