itsksquare / IPL_Predictor

Home Page:https://ipl-predictor.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPL_Predictor

Table of contents

Introduction

Python 3.7 scikit-learn Flask Heroku

During the IPL season , we all love to watch matches between our favourite teams and predict the score of the team would be scoring in an innings . Our project will assist you in predicting the score of first innings of an IPL match.
It use machine learning algorithm and based on data of previous played IPL match from year 2008-2021 from kaggle dataset to help in predicting score of `TATA IPL 2022` and using Flask we have developed a web app and deployed it using Heroku.


Usage :

Instructions to use the website :

  1. Select the `Bowling` and `Batting` Team
  2. With minimun threashold value of 6.0 overs give number of over passed
  3. Provide current run scored and number of wickets fallen
  4. Provide run scored and number of wickets fallen in last 5 Overs (to track current performance
  5. Predicting the final score of first inning with comparision of different machine learning models such as :
    • `Linear Regression`
    • `Ridge Regression`
    • `Random Forest Regression`
    • `Artificial Neural Network (Multi Layer Perceptron)`


Feature

• This repository consists of files required to deploy a IPL Prediction Machine Learning Web App created with Flask and hosted on Netlify platform.

• The following link contains the repository foe : Code, Algorithms used and Accuracy of the model. Click the link mentioned below for the same:
Repo Link: https://github.com/Vice777/IPL_Predictor • Use of multiple Machine Learning Models for better comparision of the score .


Contributors

Ameya Shrikant Vivek Dharewa Shivang Singh Negi

About

https://ipl-predictor.vercel.app


Languages

Language:Jupyter Notebook 83.4%Language:HTML 10.8%Language:Python 2.9%Language:CSS 2.9%