agentic-language-partner / requirements.txt
mastefan's picture
Update requirements.txt
863b41f verified
raw
history blame
565 Bytes
# --- Core app / UI ---
streamlit==1.28.0
tornado==6.3.3
# --- Audio I/O and TTS ---
gTTS==2.5.4
pydub==0.25.1
soundfile==0.13.1
streamlit-audiorecorder==0.0.6
# --- Torch + Transformers stack (for chat/LLM) ---
torch==2.2.2 # CPU wheel
transformers==4.40.0
accelerate==1.12.0
sentencepiece==0.2.1
safetensors==0.7.0
# --- Whisper (ASR) WITHOUT PyAV / ctranslate2 ---
openai-whisper==20231117
# --- OCR & translation ---
pytesseract==0.3.13
pillow==10.4.0
deep-translator==1.11.4
# --- General scientific / utility ---
numpy<2
pandas
regex
requests