Closed raphael0202 closed 1 month ago
Attention: Patch coverage is 48.67925%
with 136 lines
in your changes missing coverage. Please review.
Project coverage is 54.65%. Comparing base (
463a1f1
) to head (91ef024
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add the nutrient extractor model. For every new image, we run the model inference and save the raw prediction in
ImagePrediction
table. If the prediction is not empty (=if some values were found), we create aprediction
. If the product has no nutrient, aninsight
is created.A new API route was not added, it will be dealt with in a subsequent PR.