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.
-
Start the application:
python3 main.py
OR
cd ProductUI docker-compose up -
If you stop the Python script:
- Navigate to
ProductUIand bring down Docker:cd ProductUI docker-compose down - Return to the root directory and restart the Python script:
cd .. python3 main.py
- Navigate to