iftekarpatel / ipl_prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPL First Innings Score Prediction

Simple and fun Machine Learning project for predicting the first inning score of the IPL matches.

Requirement

The Code is written in Python 3.7 .If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory:
pip install -r requirements.txt

Directory Tree

├── static 
│   ├── css
├── template
│   ├── home.html
├── README.md
├── app.py
├── first_innings_score_prediction_ipl.ipynb 
├── first-innings-score-lr-model.pkl
├── requirements.txt

About


Languages

Language:Jupyter Notebook 96.1%Language:Python 3.9%