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