feat(ai-service): FastAPI + ONNX Runtime 检测服务骨架(mock 模式)

This commit is contained in:
weijuesen
2026-08-12 16:21:43 +08:00
parent b7e3c22afe
commit 99137a6fb4
2 changed files with 42 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
fastapi>=0.110,<1.0
uvicorn[standard]>=0.29,<1.0
onnxruntime>=1.17
numpy>=1.26
Pillow>=10.0
pydantic>=2.5
python-multipart>=0.0.9
pytest>=8.0
httpx>=0.27