File size: 385 Bytes
2222383
 
 
 
 
7fb903d
2222383
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core
gradio>=4.44.0
pandas>=2.0.0
numpy>=1.24.0
joblib>=1.3.0
scikit-learn==1.6.1

# Embedding + BERT
sentence-transformers>=2.7.0
transformers>=4.38.0

# ONNX (optional, 3-5x speedup)
onnxruntime>=1.17.0
optimum[onnxruntime]>=1.16.0

# LLM
huggingface-hub>=0.21.0

# FastAPI (production API)
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
pydantic>=2.0.0

# Observability
psutil>=5.9.0