| # Requirements for Hugging Face Spaces deployment | |
| # Optimized for faster builds and smaller image size | |
| # Core FastAPI dependencies | |
| fastapi | |
| uvicorn[standard] | |
| pydantic | |
| # Data processing | |
| pandas | |
| numpy | |
| scikit-learn | |
| # ML/AI dependencies (CPU-only for HF Spaces) | |
| torch | |
| torchvision | |
| torchaudio | |
| transformers | |
| accelerate | |
| sentencepiece | |
| # Utility libraries | |
| python-multipart | |
| jinja2 | |
| python-dotenv | |
| aiofiles | |