Score Master is an application which uses machine learning algorithms to predict the score of the T20 cricket match A Ridge regression model is trained on IPL matches dataset from 2008 to 2019.
Application is live here :- https://ipl-score-master.herokuapp.com/
score-master-demo.mp4
Client: Flask, Jinja2
Server: Ridge Regression model, Pickle module
Languages Python, HTML, CSS
Install Score Master (linux)
- fork the repo
- clone from your account
- change to the cloned directory
- activate veritula environment
- run: pip install -r requirements.txt
- run: export set FLASK_APP=webapp
- navigate to folder which has app.py
- run: python -m flask run
See the project running on localhost :)
- All stadiums available
- All teams available
- Changing Banner UI
The Application has been deployed on heroku. Every new push to main branch automatically deploys the newer version.
pull from main, add changes, commit and push
git pull origin main
git add .
git commit -m "your comment"
git push origin main
- note connect to your own heroku account.