From f29dd9bfe83d969c253b0bd7d643718c41c122f0 Mon Sep 17 00:00:00 2001 From: Linrador <68631622+Linrador@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:50:59 +0200 Subject: [PATCH] updated requirements --- backend/ml/requirements-ml.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/ml/requirements-ml.txt b/backend/ml/requirements-ml.txt index 4ad455c..e453c1f 100644 --- a/backend/ml/requirements-ml.txt +++ b/backend/ml/requirements-ml.txt @@ -5,4 +5,7 @@ numpy transformers scikit-learn joblib -safetensors \ No newline at end of file +safetensors +fastapi +uvicorn[standard] +ultralytics \ No newline at end of file