ML template repo
The open source packages used in this project is available in requirements.txt
Clone this repo to your desktop :
To install all the dependencies.
Run
pip install -e .
pip install -r requirements.txt
Download Data from Data Folder.
Update the training data path in config.toml
For Model Training:
python src/training.py
For Batch Prediction:
python src/prediction.py
For Model Inference Application :
streamlit run app/app.py