| # Core ML Dependencies - ORDER MATTERS! | |
| numpy>=1.24.0,<2.0.0 | |
| torch==2.0.1 | |
| torchaudio==2.0.2 | |
| librosa>=0.10.0 | |
| transformers==4.35.0 | |
| # Audio Processing | |
| soundfile>=0.12.1 | |
| scipy>=1.11.0 | |
| praat-parselmouth>=0.4.3 | |
| fastdtw>=0.3.4 | |
| pyctcdecode==0.5.0 | |
| # API Framework | |
| fastapi==0.104.1 | |
| uvicorn==0.24.0 | |
| python-multipart==0.0.6 | |
| # Logging | |
| python-json-logger>=2.0.0 |