https://github.com/ksdkamesh99/ipl-match
A machine learning Flask application for predicting winner of match
https://github.com/ksdkamesh99/ipl-match
flask machine-learning random-forest
Last synced: over 1 year ago
JSON representation
A machine learning Flask application for predicting winner of match
- Host: GitHub
- URL: https://github.com/ksdkamesh99/ipl-match
- Owner: ksdkamesh99
- Created: 2020-03-30T04:51:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T03:11:41.000Z (over 5 years ago)
- Last Synced: 2025-02-05T16:48:58.261Z (over 1 year ago)
- Topics: flask, machine-learning, random-forest
- Language: HTML
- Homepage: https://iplmatch2020.herokuapp.com/
- Size: 481 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPL-Match Predictor
A Flask based Application used to predict the winner of the match by using Machine learning Algorithm.The Machine Learning Algorithm used is Random Forest.It is a initiative taken by me to use machine Learning in Sports

## Steps Of Installation:
1.Click On Star in the Repository.
2.Go to Command Prompt,Clone the repository by typing the code.
` git clone https://github.com/ksdkamesh99/ipl-match.git`
3.Install the Packages:
` pip install -r requirements.txt`
4.Type the Command
` python app.py`
5.Go to `http://127.0.0.1:5000/` in the Browser and Enjoy