agentic-language-partner / requirements.txt
mastefan's picture
Update requirements.txt
16c3076 verified
raw
history blame contribute delete
820 Bytes
########################################
# Streamlit Core
########################################
streamlit==1.28.0
tornado==6.3.3
########################################
# Audio Input / Output
########################################
ffmpeg-python
pydub
soundfile
gTTS
########################################
# OCR / Image Tools
########################################
pytesseract
pillow
########################################
# Translation
########################################
deep-translator
########################################
# Language Modeling / Text Processing
########################################
transformers==4.40.0
accelerate
sentencepiece
safetensors
regex
########################################
# General Utilities
########################################
numpy<2
pandas
requests