malek-messaoudii
Update requirements to include additional dependencies and maintain formatting
300cb09
| # System dependencies (install ffmpeg) | |
| --find-links https://wheel-index.linuxserver.io/ubuntu/ | |
| ffmpeg | |
| # Python dependencies | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| pydantic==2.5.0 | |
| python-dotenv==1.0.0 | |
| torch>=2.0.0 | |
| transformers>=4.35.0 | |
| accelerate>=0.24.0 | |
| protobuf>=3.20.0 | |
| huggingface_hub>=0.19.0 | |
| python-multipart | |
| google-genai>=0.4.0 | |
| gtts==2.5.1 | |
| requests==2.31.0 | |
| ffmpeg-python==0.2.0 | |
| librosa==0.10.1 | |
| soundfile==0.12.1 |