Here're some of the project's best features:
- Download Live Cricsheet Data
- Generate Features on the Fly
- Scrapes Past and Present Player Data
- Ensemble Architecture Including Regressors Classifiers and NN
1. Download Python (version 3.12.4)
https://www.python.org/downloads/macos/
2. Install dependencies from requirements.txt
pip3 install -r requirements.txt
3. Run the Streamlit File for the Model UI
python3 main_app.py
/src/data_processing/data_download.py
Their respective functions are available at /src/scrapers/ for testing with specific parameters.