Skip to content

Vaitae/IPL_Score_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

IPL Cricket Score Predictor

An interactive deep learning-based IPL Score Predictor built using historical match data. This project predicts IPL match scores based on user input, such as venue, batting team, bowling team, striker, and bowler. The model is developed using a neural network and optimized with Huber loss, and the interface is built using ipywidgets for a seamless user experience.

File Structure

IPL_Score_Predictor/
│
├── IPL_Score_Predictor.ipynb    # Main notebook containing the model and interactive widgets
├── ipl_data.csv                 # Dataset containing IPL match data

Requirements

  • Python 3.x
  • Jupyter Notebook
  • Required libraries: numpy, pandas, matplotlib, scikit-learn, keras, Seaborn.

About

An interactive Deep Learning-based application that predicts the score of an IPL match.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages