Skip to content

tristanmsct/wineapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wineapp

A wine quality prediction app (mostly a mlflow + fastapi in docker tutorial).

How to deploy

From the root folder.

docker compose up

Set-up the project

Set-up the script environent

From the script directory.

python -m venv .venv
source .venv/bin/activate
poetry install --no-root

Fill up the database.

python fill_db.py

Train a model.

python train_model.py

Test the api (might need to restart the api).

python test_api.py 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors