--- title: EPL Match Predictor emoji: ⚽ colorFrom: green colorTo: blue sdk: gradio sdk_version: 4.16.0 app_file: app.py pinned: false --- # EPL Match Predictor This Space provides predictions for English Premier League matches using an ensemble of: - Poisson Regression (for goal distributions) - XGBoost (for direct outcome classification) ## Features - Single match predictions - Batch predictions from CSV - Value bet identification - API endpoint for programmatic access ## Models Models are loaded from: [gnosisx/epl-ensemble-1x2](https://huggingface.co/gnosisx/epl-ensemble-1x2) ## Usage 1. Enter team names and current odds 2. Get predictions with confidence scores 3. Identify value betting opportunities Built for the EPL Value Betting System.