Akshu-on-github / IPL-Match-Predictor

A simple Machine Learning Application developed and deployed on Flask Web Framework to predict an IPL Match Winner 🏏🎰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

IPL Match Predictor

A simple Machine Learning Application developed and deployed on Flask Web Framework to predict an IPL Match Winner 🏏🎰

About The Project

IPL Match Predictor is a Flask Application that deploys a Machine Learning Model that can predict the winner of an IPL Match. The Algorithm used to develop and deploy the Machine Learning Application was Random Forest and has been developed to research intuitive work on utilizing Machine Learning in Sports and Academics. The project was displayed during Project Expo held on February 1, 2020 at Sathyabama Institute of Science and Technology.

Technology Stack

Local Installation

  1. Drop a ⭐ on the Github Repository.
  2. Clone the Repo by going to your local Git Client and pushing in the command:
git clone https://github.com/HarshCasper/IPL-Match-Predictor.git
  1. Install the Packages:
pip install -r requirements.txt
  1. At last, push in the command:
python app.py
  1. Go to http://127.0.0.1:5000/ and enjoy the application.

LICENSE

MIT

About

A simple Machine Learning Application developed and deployed on Flask Web Framework to predict an IPL Match Winner 🏏🎰

License:MIT License


Languages

Language:HTML 56.7%Language:Python 43.3%