A ML-based Web Application in Python
This machine learning model will predict the total score of the cricket match based on a machine learning algorithm known as Linear Regression.
- If you want to customize the app you can clone the repo and install the pacakges as follows..
git clone <repo-url>
cd flask-score-predictor
pip install -r requirements.txt
python main.py
Contributors names and contact info
Surya Ashish LinkedIn
- Scikit Learn
- Flask
- Bootstrap
- Seperating the API and Frontend
- Moving tha API from flask to fastapi
- Building the frontend in ReactJS.