feat: scaffold ML service configuration

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-22 19:21:15 +00:00
co-authored by Claude Opus 4.7
parent 5b441282fc
commit d21bd2e683
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
MODEL_PATH=../../Machine_Learning/best_model/best_model.keras
MODEL_INPUT_SIZE=224
ML_SERVICE_HOST=0.0.0.0
ML_SERVICE_PORT=8001