A wine quality prediction app (mostly a mlflow + fastapi in docker tutorial).
From the root folder.
docker compose upFrom the script directory.
python -m venv .venv
source .venv/bin/activate
poetry install --no-rootFill up the database.
python fill_db.pyTrain a model.
python train_model.pyTest the api (might need to restart the api).
python test_api.py 10