Spaces:
Sleeping
Sleeping
| # Textilindo AI Assistant - Hugging Face Spaces Requirements | |
| # Lightweight version for HF Spaces | |
| # Core web framework | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| # HuggingFace tools (lightweight) | |
| huggingface-hub==0.19.4 | |
| transformers==4.35.2 | |
| # Data processing | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| pyyaml>=6.0 | |
| # HTTP requests | |
| requests>=2.31.0 | |
| # Environment and configuration | |
| python-dotenv>=1.0.0 | |
| # Utilities | |
| tqdm>=4.65.0 | |
| pydantic>=2.0.0 | |
| # Optional ML libraries (only if needed) | |
| # torch>=2.0.0 | |
| # accelerate>=0.24.0 | |
| # peft>=0.6.0 | |
| # datasets>=2.14.0 |