27 lines
383 B
Plaintext
27 lines
383 B
Plaintext
# 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
|