Initial commit - BraceIQMed platform with frontend, API, and brace generator

This commit is contained in:
2026-01-29 14:34:05 -08:00
commit 745f9f827f
187 changed files with 534688 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Server dependencies
fastapi>=0.100.0
uvicorn[standard]>=0.22.0
python-multipart>=0.0.6
pydantic>=2.0.0
requests>=2.28.0
# AWS SDK
boto3>=1.26.0
# Core ML dependencies
torch>=2.0.0
torchvision>=0.15.0
# Image processing
numpy>=1.20.0
scipy>=1.7.0
pillow>=8.0.0
opencv-python-headless>=4.5.0
pydicom>=2.2.0
# 3D mesh processing
trimesh>=3.10.0
# Visualization
matplotlib>=3.4.0