Sentiment-Analysis / requirements.txt
Faffio's picture
Add CI Pipeline with Tests and Docker build
bcf1c8c
raw
history blame
318 Bytes
# --- Web API ---
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.6.0
# --- Machine Learning (Base) ---
# Per ora mettiamo scikit-learn/pandas per testare,
# poi aggiungeremo transformers/torch se usiamo RoBERTa
pandas
scikit-learn
joblib
torch
transformers
scipy
numpy
# --- Testing ---
pytest
httpx==0.27.0