Skip to content
/ klaus Public

NodeJS / ReactJS web application for football pronostics

Notifications You must be signed in to change notification settings

mmarie4/klaus

Repository files navigation

Klaus

Web application which estimates probabilities for football european leagues. Based on all results from season 18-19, using dataset from datahub.io, ATK and DEF stats are calculated for each team so we can estimate the score probabilities using Poisson distribution.

Visit Klaus here.

front : ReactJS back : NodeJS (Express). Serves statically the reactJS build folder, computes statistics and handles requests for probabilities.