Skip to content

pkini2002/IPL-Score-Predictor

Repository files navigation

IPL-Score-Predictor

Versions Used

  • Python   3.10.6
  • Scikit learn   1.1.3
  • IDE's used   Jupyter Notebook and Visual Studio Code
  • Flask   2.2.3

Steps to run the project

Clone the repo in your desired destination location

git clone https://github.com/pkini2002/IPL-Score-Predictor.git

Change your directory to the IPL-Score-Predictor

cd IPL-Score-Predictor

Install Virtual env this will basically contain all the dependencies used for the application

python -m venv venv

Activate your virtualenv

.\venv\Scripts\activate

Finally run your application

python -m flask --app .\app.py run

Check out the 2nd half of the project here IPL Winner Predictor