Files
Pre_Seg_Server/backend/requirements.txt

39 lines
517 B
Plaintext

# Web framework
fastapi
uvicorn[standard]
python-multipart
# Database
sqlalchemy
psycopg2-binary
alembic
# Cache / Task queue
redis
celery
# Object storage
minio
# Image / Video / DICOM processing
opencv-python
pillow
scikit-image
pydicom
numpy
# SAM 2 (may require manual installation depending on CUDA version)
sam2
# PyTorch (CUDA 12.4 wheel index; adjust for your CUDA version if needed)
torch
torchvision
torchaudio
# Configuration
pydantic-settings
# Utilities
python-jose[cryptography]
passlib[bcrypt]