Initial commit - BraceIQMed platform with frontend, API, and brace generator
This commit is contained in:
26
brace-generator/requirements.txt
Normal file
26
brace-generator/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user