Spaces:
Sleeping
Sleeping
| # Core | |
| gradio>=4.44.0 | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| joblib>=1.3.0 | |
| scikit-learn==1.6.1 | |
| # Embedding + BERT | |
| sentence-transformers>=2.7.0 | |
| transformers>=4.38.0 | |
| # ONNX (optional, 3-5x speedup) | |
| onnxruntime>=1.17.0 | |
| optimum[onnxruntime]>=1.16.0 | |
| # LLM | |
| huggingface-hub>=0.21.0 | |
| # FastAPI (production API) | |
| fastapi>=0.110.0 | |
| uvicorn[standard]>=0.29.0 | |
| pydantic>=2.0.0 | |
| # Observability | |
| psutil>=5.9.0 | |