VoiceTutor-AI / requirements.txt
bdstar's picture
update requirement file
d2c0c59 verified
raw
history blame contribute delete
706 Bytes
# --- Core app / UI ---
gradio==5.49.1
gradio-client==1.13.3
huggingface_hub==0.33.5 # NOTE: <1.0 to satisfy transformers, >=0.33.5 to satisfy gradio
# --- STT ---
faster-whisper==1.2.0
ctranslate2==4.6.0
onnxruntime==1.23.2
# --- LLM fallback for Spaces (since no local Ollama) ---
transformers==4.44.2
accelerate
safetensors
sentencepiece
einops
protobuf==3.20.3 # keeps old protobuf constraint friendly to py3.10 wheels
# --- TTS & audio IO ---
torch==2.4.0 # CPU build; OK on Spaces' CPU machines
soundfile==0.13.1
pydub==0.25.1
numpy==1.26.4 # last NumPy supporting Python 3.10
# --- HTTP server ---
uvicorn==0.38.0
ollama
omegaconf==2.3.0
num2words==0.5.13