Aphasia_Classificifier / requirements.txt
Ellie5757575757's picture
Update requirements.txt
2f2964f verified
raw
history blame contribute delete
620 Bytes
# --- Web / UI ---
flask>=2.3,<4.0
gunicorn>=20,<23
gradio[oauth]==4.44.1
fastapi>=0.111,<0.114
uvicorn[standard]>=0.20,<0.31
# --- Core ML ---
torch>=2.0,<3.0
transformers>=4.45,<5.0
tokenizers>=0.15,<0.22
accelerate>=0.30,<0.35
safetensors>=0.4,<1.0
huggingface_hub>=0.20,<1.0
# --- Data / utils ---
numpy>=1.23,<2.0
pandas>=1.5,<3.0
scipy>=1.10,<2.0
scikit-learn>=1.3,<2.0
# --- Audio / media ---
soundfile>=0.12,<1.0
librosa>=0.10,<1.0
pydub>=0.25
ffmpeg-python>=0.2,<1.0
# --- Batchalign and friends (if you need them) ---
praatio>=6.0
stanza>=1.7
hmmlearn>=0.3
num2words>=0.5
eyed3>=0.9
plotly>=5.0
batchalign