GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Function: Model prediction #10

Closed TheMadBevah closed 4 months ago

TheMadBevah commented 4 months ago

The server should use the newest/best version of the model based on arbitrary metric - assigned through weights and biases. The function should use the model to make a prediction. This prediction (image) is then returned and given to the Streamlit UI

GeroVanMi commented 4 months ago

This is now "kind of" done. It currently just selects the "latest" trained version. This should be acceptable for the MVP milestone, so I'm moving it to the Complete Product milestone.