Spaces:
Sleeping
Sleeping
| # Core backend | |
| fastapi==0.128.0 | |
| pydantic==2.12.5 | |
| numpy==1.26.4 | |
| torch==2.10.0 | |
| torchaudio==2.10.0 | |
| torchvision==0.25.0 | |
| uvicorn==0.25.0 | |
| aiofiles>=23.2.1 | |
| python-multipart>=0.0.6 | |
| beautifulsoup4 | |
| requests | |
| lxml | |
| # FAISS for vector memory | |
| faiss-cpu==1.7.4 | |
| sentencepiece | |
| # Language modules | |
| transformers>=4.40.0 | |
| diffusers>=0.25.0 | |
| accelerate>=0.23.0 | |
| safetensors>=0.3.0 | |
| # Image handling | |
| Pillow>=10.0.0 | |
| # Video handling | |
| opencv-python>=4.8.1.78 | |
| moviepy>=1.0.3 | |