Spaces:
Running
Running
| # Core web framework dependencies | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| gradio==4.7.1 | |
| # PyTorch ecosystem (pre-installed in base image) | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| torchaudio>=2.0.0 | |
| # ML/AI libraries | |
| transformers>=4.21.0 | |
| diffusers>=0.21.0 | |
| accelerate>=0.21.0 | |
| xformers>=0.0.20 | |
| # Media processing | |
| opencv-python-headless>=4.8.0 | |
| librosa>=0.10.0 | |
| soundfile>=0.12.0 | |
| pillow>=9.5.0 | |
| # Scientific computing | |
| numpy>=1.21.0 | |
| scipy>=1.9.0 | |
| einops>=0.6.0 | |
| # Configuration and training | |
| omegaconf>=2.3.0 | |
| pytorch-lightning>=2.0.0 | |
| torchmetrics>=1.0.0 | |
| # API and networking | |
| pydantic>=2.4.0 | |
| aiohttp>=3.8.0 | |
| aiofiles | |
| python-dotenv>=1.0.0 | |
| # HuggingFace ecosystem | |
| huggingface-hub>=0.17.0 | |
| safetensors>=0.4.0 | |
| datasets>=2.0.0 | |
| # TTS specific (minimal set) | |
| speechbrain>=0.5.0 | |