Skip to content

nihu-coder/IPL-RUN-ESTIMATOR

Repository files navigation

IPL Score Prediction

Python 3.6 scikit-learnn

Table of Content

Demo

Link: https://ipl-run-estimator.herokuapp.com/

Overview

This is a Flask web app which predicts score of IPL match.

Motivation

What to do when you are at home due to this pandemic situation? I started to learn Machine Learning model to get most out of it. I came to know mathematics behind all supervised models. Finally it is important to work on application (real world application) to actually make a difference.

Installation

The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. 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 after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

├── static 
│   ├── css
├── template
│   ├── home.html
├── Procfile
├── README.md
├── app.py
├── First Innings Score Prediction - IPL.ipynb
├── first-innings-score-lr-model.pkl
├── requirements.txt

Technologies Used

Future Scope

  • Use multiple Algorithms
  • Optimize Flask app.py
  • Front-End
  • Take into consideration the features like venue of the match and many more and use more hyperparameter tuning techniques to increase the accuracy of the model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published