This is a simple Regression project where a model is trained on previous years data of IPL, and predicts the estimated Range of Score that a team could make. The model takes input the following questions (shown in the image) and then predicts the output.
To predict scores in real time, click here
-
Download the following files and keep them in a same folder.
-
Open Annaconda Prompt in your computer and set the working directory as the folder which contain your files.
-
Execute python app.py .
-
Copy the URL and open it in browser.
-
See the Predictions by entering the Data at real time.
If you encounter any issue or have a feedback, please don't hesitate to raise an issue.