LASER / requirements.txt
Jiani Huang
Update requirements.txt
19446f1 verified
raw
history blame
577 Bytes
# Core UI / Spaces
gradio>=4.0.0
spaces>=0.24.0
# Hugging Face stack
transformers>=4.40.0
huggingface-hub>=0.23.0
safetensors>=0.4.2
accelerate>=0.30.0
# Extra libs used in your pipeline / scripts
flax
openai
# spaCy + language detection + English large model
spacy==3.7.2
spacy_fastlang
# Equivalent to: python -m spacy download en_core_web_lg
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
# Numeric / CV / utils
numpy
opencv-python
pillow
matplotlib
seaborn
pandas
tqdm
scikit-learn
decord
ffmpeg