π€
Advanced ML Models
LightGBM + CatBoost ensemble with 62-65% accuracy on 1X2 predictions
Machine learning system for football predictions with value bet detection
BetIntel is a complete system for ML-based football predictions, designed to identify value bets in European leagues.
| League | Country | Coverage |
|---|---|---|
| Serie A | Full | |
| Premier League | Full | |
| La Liga | Full | |
| Bundesliga | Full | |
| Ligue 1 | Full |
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β Frontend ββββββΆβ Backend ββββββΆβ Database β
β Next.js β β FastAPI β β PostgreSQL β
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β
ββββββββ΄βββββββ
βΌ βΌ
ββββββββββββ ββββββββββββ
β ML Modelsβ β Redis β
β LightGBM β β Cache β
ββββββββββββ ββββββββββββ# Clone and configure
git clone https://github.com/auriti-web-design/prediction-odds.git
cd prediction-odds
cp backend/.env.example backend/.env
# Start services
docker compose up -d
# Verify
curl http://localhost:8000/healthπ Continue with the Installation Guide