water-potability-api / requirements.txt
chonthichar's picture
Add FastAPI API + model
95e62be
raw
history blame contribute delete
840 Bytes
��# you can keep these if you want, but they aren't needed for Gradio
fastapi==0.119.0
uvicorn[standard]==0.37.0
# ML stack (Py3.10 compatible)
scikit-learn==1.6.1
numpy==1.26.4
scipy==1.11.4
pandas==2.2.2
joblib==1.5.2
imbalanced-learn==0.12.3
xgboost==2.1.1
# misc
pydantic==2.11.10
starlette==0.48.0
python-multipart==0.0.20
kagglehub==0.3.5
# Gradio UI
gradio>=4.41.0
huggingface_hub>=0.23.0