recommendation-api / requirements.txt
justKevv's picture
new model
19ce697
Raw
History Blame Contribute Delete
335 Bytes
# 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