โWhat if football drama could be predicted?โ โ Welcome to GOALdigger, where AI meets the pitch!
GOALdigger is a machine learning project that predicts football match outcomes and scorelines using historical match data, team statistics, and team-specific attributes.
- Predicts the outcome: Home Win, Draw, or Away Win
- Estimates goal scorelines for each team
- ELO-based team strength tracking
- Rolling window statistics for team form
- Dramatic match commentary generation (when big teams lose/draw)
- Classification: Predicts match result (Win/Draw/Loss)
- Regression: Predicts expected goals for both teams
The full SQLite database (database.sql, ~200MB) is too large for GitHub.
You can download it from Google Drive:
๐ Click here to download the database
After downloading, place
database.sqlin the project root directory before runningmain.py.
A Python-based machine learning project that predicts football match outcomes and scorelines.
git clone https://github.com/mishraansh07/GOALdigger-Football-Prophecies.git
cd GOALdigger-Football-Prophecies