CHORE(merge): merge from develop
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-test (push) Has been cancelled

- Initial FastAPI setup and OMR service
- K3S deployment configuration
- Memory limits for image processing
This commit is contained in:
2026-01-06 17:34:49 +09:00
parent 615fe6e574
commit b27daaa00c
19 changed files with 20 additions and 660 deletions

8
fastapi/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
opencv-python-headless==4.8.1.78
numpy==1.24.3
Pillow==10.3.0
pydantic==2.5.3