Predicts T20 cricket match outcomes after the 1st innings using a Logistic Regression model.
cricket_win_predictor.pkl— trained modelapp.py— Flask servertemplates/index.html— frontend form with Tailwind CSSstatic/teams.json&static/grounds.json— teams and grounds lists
- Install requirements:
pip install flask pandas scikit-learn joblib - Start server:
python app.py - Visit
http://127.0.0.1:5000and input match data to get prediction.