Skip to content

A python-based application that allows a user to predict how a new game will be scored by the critics.

Notifications You must be signed in to change notification settings

OrlolvareZ/the-gaming-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Gaming Oracle

kirby-gif

A python-based application that allows a user to capture the:

  • Platform

  • Genre

  • Publisher

  • Rating

    and

  • Sales

... of a videogame in order to predict how it will be scored by the critics, i.e., wether it will perform:

  • Bad

  • Acceptable

  • Good

    or

  • Excellent

Using the eel python package, a HTML-CSS-JS frontend is defined as the GUI, with python as a backend. I tried using Electron, but there were strict time constraints* and this was the easiest way to set the application up in order to get a modern-feeling UI while meeting the requirement of using python for the development.

The parameters listed above are sent as input to the DataRobot python's API, and then received by the app to be displayed.

*This application was developed as part of an assignment for the AI course at college, hence the time constraints.