- Clone the repository to local machine using
git clone
- Setup virtual environment inside folder
python -m venv .
- Activate virtual environment
.\Scripts\activate
- Run
pip install -r requirements.txt
to setup project - Rename
config-template.json
toconfig.json
with actual values set in placeholder - Install spacy libraries by running
python -m spacy download en_core_web_sm
- Execute
python .\src\main.py
to train the model with mlflow - To view the results, run
mlflow ui --backend-store-uri sqlite:///mlflow.db
- To run airflow
docker compose up