Aphasia_Classification__Lang / requirements.txt
Ellie5757575757's picture
Update requirements.txt
f4fe4d5 verified
raw
history blame
746 Bytes
# Web framework
flask>=2.3.0,<4.0.0
# Core ML/AI packages
torch>=2.0.0,<3.0.0
transformers>=4.30.0,<5.0.0
tokenizers>=0.13.0,<1.0.0
accelerate>=0.20.0,<1.0.0
safetensors>=0.3.0,<1.0.0
# Hugging Face
huggingface_hub>=0.20.0,<1.0.0
# Data processing
numpy>=1.21.0,<2.0.0
pandas>=1.3.0,<3.0.0
scipy>=1.7.0,<2.0.0
scikit-learn>=1.0.0,<2.0.0
# Audio processing
soundfile>=0.12.0,<1.0.0
librosa>=0.10.0,<1.0.0
pydub>=0.25.0
ffmpeg-python>=0.2.0,<1.0.0
# Speech analysis - try specific versions that work better on CPU
batchalign==0.6.0
openai-whisper==20231117
praat-parselmouth>=0.4.0
praatio>=6.0.0
# Additional dependencies that might help with batchalign
jiwer>=3.0.0
textgrid>=1.5
pympi-ling>=1.70
# Utilities
jsonlines>=3.0.0
setuptools<81