ipl2026/
├── data/
│ └── data_generator.py # Synthetic IPL dataset generator (2008–2025)
├── models/
│ └── train_models.py # Model training: LR, RF, XGBoost, NN
├── utils/
│ ├── feature_engineering.py # All feature calculations
│ └── evaluation.py # Metrics & confusion matrix
├── notebooks/
│ └── ipl_analysis.py # Full EDA + analysis notebook-style script
├── dashboard/
│ └── app.py # Streamlit dashboard
├── predict_2026.py # MAIN prediction script — run this!
└── requirements.txt # All dependencies