Spaces:
Sleeping
Sleeping
| # Core FastAPI Framework | |
| fastapi | |
| uvicorn | |
| # Machine Learning & Data - Pin scikit-learn version to match your models | |
| scikit-learn==1.5.1 | |
| joblib | |
| sentence-transformers | |
| torch | |
| geopy | |
| # Pydantic is a dependency of FastAPI, but we list it for clarity | |
| pydantic | |
| # Good practice for managing environment variables | |
| python-dotenv | |