refactor: replace Python ML service runtime with Rust

This commit is contained in:
Asep Haryana Saputra
2026-05-23 09:50:39 +00:00
parent b4975819eb
commit 3d3f1d14fa
7 changed files with 15 additions and 176 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
MODEL_PATH=../../Machine_Learning/best_model/best_model.keras
MODEL_PATH=../../Machine_Learning/model/model.onnx
MODEL_INPUT_SIZE=224
ML_SERVICE_HOST=0.0.0.0
ML_SERVICE_PORT=8001