CoolFace
Apppublic

Kh0128/Aphasia_Classification

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
requirements.txt36 linesDownload Raw Back to root
1# --- Web / UI ---2flask>=2.3,<4.03gunicorn>=20,<234gradio[oauth]==4.44.15fastapi>=0.111,<0.1146uvicorn[standard]>=0.20,<0.317 8# --- Core ML ---9torch>=2.0,<3.010transformers>=4.45,<5.011tokenizers>=0.15,<0.2212accelerate>=0.30,<0.3513safetensors>=0.4,<1.014huggingface_hub>=0.20,<1.015 16# --- Data / utils ---17numpy>=1.23,<2.018pandas>=1.5,<3.019scipy>=1.10,<2.020scikit-learn>=1.3,<2.021 22# --- Audio / media ---23soundfile>=0.12,<1.024librosa>=0.10,<1.025pydub>=0.2526ffmpeg-python>=0.2,<1.027 28# --- Batchalign and friends (if you need them) ---29praatio>=6.030stanza>=1.731hmmlearn>=0.332num2words>=0.533eyed3>=0.934plotly>=5.035batchalign36