Skip to content

Full-stack web app hosting a soccer games prediction model backed by machine learning

Notifications You must be signed in to change notification settings

yy-lam/soccer-alpha

Repository files navigation

SoccerAlpha V0.1

Predict Soccer Games Backed By Machine Learning

Currently supports Premire League season 2020 ~ 2021

SoccerAlpha is hosted on Heroku

Requirements:

Core:

  • Python 3.6+

Web App:

  • Flask
  • Flask-Bootstrap
  • Flask-Login
  • Flask-Migrate
  • Flask-SQLAlchemy
  • Flask-WTF
  • Jinja2
  • Requests
  • Werkzeug

Database:

This part depends on what you choose as your database system. I used PostgreSQL for deploying on Heroku.

  • SQLAlchemy
  • psycopg2

Prediction:

  • Numpy
  • scikit-learn