A simple Machine Learning Application developed and deployed on Flask Web Framework to predict an IPL Match Winner ππ°
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.
- Drop a β on the Github Repository.
- 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
- Install the Packages:
pip install -r requirements.txt
- At last, push in the command:
python app.py
- Go to
http://127.0.0.1:5000/
and enjoy the application.