Skip to content

A simple application to predict the score/win probability of a team for a Pakistan Super League (PSL) match.

Notifications You must be signed in to change notification settings

AmmarMalik93/Score_Win_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Create a virtual environment and activate it,

  • For example in Windows Shell:

     py -m venv .env
     pip install -r requirments.txt
     .env\scripts\activate
    
  • Once activated change directory to either score_predictor or win_predictor using cd command.

  • Once inside directory run the command: flask run.

  • Goto the url mentioned in command prompt. (eg. in my case https://127.0.0.1:5000)

About

A simple application to predict the score/win probability of a team for a Pakistan Super League (PSL) match.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published