2026-01-28 06:16:04 +00:00

27 lines
391 B
Plaintext

# Core FastAPI dependencies (fixed versions for compatibility)
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
# HTTP client for API calls
httpx
# File handling
python-multipart
# BIE/Quantization related dependencies
numpy
scipy
matplotlib
seaborn
# Model analysis
onnx
onnxruntime
# Image processing
Pillow
opencv-python
# Utilities
python-dotenv