Recipe_Health_Classification / requirements.txt
he99codes's picture
Clean deployment with LFS setup correctly
f75c5b2
# ── Core ML ─────────────────────────────────────────────────
scikit-learn>=1.3.0
xgboost>=2.0.0
lightgbm>=4.1.0
numpy>=1.26.0
pandas>=2.1.0
joblib>=1.3.0
# ── Speech ───────────────────────────────────────────────────
# Whisper needs torch; use CPU-only build to keep image small
openai-whisper>=20231117
torch>=2.1.0
torchaudio>=2.1.0
# ── NLP ──────────────────────────────────────────────────────
spacy>=3.7.0
# ── Explainability ───────────────────────────────────────────
shap>=0.44.0
# ── Nutrition ────────────────────────────────────────────────
requests>=2.31.0
# ── Audio ────────────────────────────────────────────────────
librosa>=0.10.1
soundfile>=0.12.1
# ── Interface ────────────────────────────────────────────────
gradio>=4.15.0
# ── Utilities ────────────────────────────────────────────────
python-dotenv>=1.0.0