Spaces:
Paused
Paused
| # Core dependencies | |
| fastapi==0.100.0 | |
| uvicorn==0.23.2 | |
| huggingface-hub==0.20.2 | |
| requests==2.31.0 | |
| python-multipart==0.0.6 | |
| pydantic==2.3.0 | |
| Pillow==10.1.0 | |
| fontTools==4.47.0 | |
| # Audio processing | |
| torch==2.1.0 | |
| torchaudio==2.1.0 | |
| # For transcription - install whisper from GitHub directly | |
| git+https://github.com/openai/whisper.git | |
| # Additional dependencies for audio processing | |
| numpy<2.0.0 | |
| tqdm | |
| more-itertools |