sqb-predict-api / requirements.txt
Ahmad Hathim bin Ahmad Azman
fixed pytorch
10b33a5
raw
history blame
908 Bytes
��# --- Core backend framework ---
fastapi
uvicorn
# --- Machine Learning & Deep Learning (CPU-only) ---
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.2.0
torchvision==0.17.0
torchaudio==2.2.0
scikit-learn==1.5.2
numpy<2.0
pandas
# --- NLP libraries ---
transformers==4.41.2
tokenizers
textstat
# --- Utilities ---
joblib
requests
huggingface-hub
python-dateutil
# --- Optional but safe ---
pydantic
anyio