File size: 951 Bytes
938d58f 3e27995 938d58f 3f792e8 938d58f 7739a22 5de798e 938d58f 5de798e 938d58f 3e27995 938d58f 3e27995 938d58f 3e27995 938d58f 3e27995 938d58f 3e27995 fdcc0cf 3e27995 938d58f 3e27995 938d58f 3e27995 938d58f 3e27995 938d58f 5de798e 938d58f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# 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 # 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 |