An open API service indexing awesome lists of open source software.

https://github.com/ritwik880/ipl-match

A application made with flask
https://github.com/ritwik880/ipl-match

flask html5 python

Last synced: 3 months ago
JSON representation

A application made with flask

Awesome Lists containing this project

README

          





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

* [Flask](https://github.com/pallets/flask)
* [HTML](https://www.w3.org/TR/html52/)
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [Bootstrap](https://getbootstrap.com/)

## 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:

```sh
git clone https://github.com/Ritwik880/IPL-Match.git
```

3. Install the Packages:
```sh
pip install -r requirements.txt
```

4. At last, push in the command:
```sh
python app.py
```

5. Go to ` http://127.0.0.1:5000/` and enjoy the application.

## LICENSE

[MIT](https://github.com/Ritwik880/IPL-Match/blob/master/LICENSE)