File size: 1,659 Bytes
f75c5b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ── 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