Spaces:
Sleeping
Sleeping
| # VoiceGuard Backend Requirements | |
| # ================================ | |
| # Audio Processing | |
| librosa>=0.10.1 | |
| soundfile>=0.12.1 | |
| numpy | |
| pydub>=0.25.1 | |
| # Machine Learning | |
| torch>=2.0.0 | |
| torchaudio>=2.0.0 | |
| transformers>=4.36.2 | |
| # FastAPI (for main app) | |
| fastapi==0.109.0 | |
| uvicorn[standard]==0.27.0 | |
| python-multipart>=0.0.9 | |
| pydantic==2.5.3 | |
| pydantic-settings==2.1.0 | |
| python-dotenv==1.0.0 | |