# Core ML libraries with container-friendly versions | |
torch==2.0.1 | |
torchaudio==2.0.2 | |
torchvision==0.15.2 | |
# Keep regular ONNX Runtime with container-safe environment variables | |
# onnxruntime==1.15.1 | |
# Audio processing | |
pyannote.audio==3.1.1 | |
openai-whisper==20231117 | |
librosa==0.10.1 | |
soundfile==0.12.1 | |
pydub==0.25.1 | |
webrtcvad==2.0.10 | |
resampy==0.4.2 | |
# NLP and Translation | |
transformers==4.35.2 | |
tokenizers==0.15.2 | |
sentencepiece==0.1.99 | |
deep-translator==1.11.4 | |
langdetect==1.0.9 | |
googletrans==4.0.2 | |
# Web framework | |
fastapi==0.104.1 | |
uvicorn[standard]==0.24.0 | |
python-multipart==0.0.6 | |
websockets==12.0 | |
aiofiles==23.2.1 | |
# Data processing | |
numpy==1.26.4 | |
pandas==2.3.2 | |
scipy==1.11.4 | |
matplotlib==3.7.3 | |
plotly==5.17.0 | |
# Utilities | |
rich==13.7.0 | |
tqdm==4.66.1 | |
psutil==5.9.6 | |
pyyaml==6.0.1 | |
python-dotenv==1.0.0 | |
click==8.1.8 | |
# HuggingFace ecosystem | |
huggingface-hub==0.16.4 | |
accelerate==0.20.3 | |
safetensors==0.6.2 | |
# Additional utilities | |
ffmpeg-python==0.2.0 | |
httpx==0.28.1 | |
requests==2.31.0 | |
# Additional dependencies that might be needed | |
pillow==10.0.1 | |
numba==0.58.1 | |
jinja2==3.1.2 | |
packaging==23.2 | |
joblib==1.3.2 |