This project aims to predict IPL (Indian Premier League) cricket match scores using machine learning techniques. You can explore the dataset and model by following the instructions below.
The dataset used for this project is available in the ipl.csv
file in this repository. It contains historical IPL match data, including features like team batting and bowling statistics, venue details, and more. This dataset is used to train and evaluate the prediction model.
The prediction model is implemented in a Jupyter Notebook (ipl_score_prediction.ipynb
) that is also included in this repository. You can open and run the notebook to explore the model, its implementation, and the prediction results.
To get started with this project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/masooddahmedd/IPL-SCORE-PREDICTION.git