docs: align Rust ONNX service deployment docs

- Update docker-compose.yml MODEL_PATH from best_model.keras to model.onnx
- Fix Machine_Learning/README.md TOC and section numbering (remove duplicate section 9, add Validasi Parity ONNX as section 9)
- Clarify parity validation as manual/recommended, not mandatory CI
- Update CLAUDE.md to document Rust/Axum/ONNX Runtime ML service and ONNX export workflow
- Simplify root README.md ML service section with port clarification (8001 local, 8000 container)
- Remove stale endpoint examples from root README (documented in apps/ml-service/README.md)
- Ensure no FastAPI/Uvicorn references in deployment documentation

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-23 10:58:08 +00:00
co-authored by Claude Opus 4.7
parent abff278f49
commit f2e4c338bb
4 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ services:
env_file:
- .env
environment:
MODEL_PATH: /app/model/best_model.keras
MODEL_PATH: /app/model/model.onnx
MODEL_INPUT_SIZE: "224"
labels:
traefik.enable: "true"