The project is built to predict the results of the cricket match which are help in IPL using Machine Learning. The project is a small step taken by me to bring machine learning in sports. The algorithm used in machine learning is Random Forest.
- Open the command prompt and type the following commands.
- Clone the repository git clone https://github.com/divyanshukumar10/ipl_match_prediction.git
- Install the packages pip install -r requirements.txt
- Run python app.py
- Go to http://127.0.0.1:5000/ in the Browser to see the project.
The project is deployed on Herokuapp. Visit https://ipl-predic.herokuapp.com/ to see the project.