File size: 235 Bytes
7a3576b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# FastAPI and web server
fastapi
uvicorn[standard]

# Data processing and ML
pandas==2.2.2
numpy==2.0.2
scikit-learn==1.6.1
lightgbm==4.6.0
xgboost==3.0.5
joblib==1.5.2

# Feature extraction dependencies
requests
beautifulsoup4
urllib3