TrailHead / requirements.txt
sxandie's picture
style: balance Voice Journal logs table height and column widths
b9d5a3c
Raw
History Blame
666 Bytes
gradio==5.15.0
pandas
numpy
requests
huggingface_hub>=0.25.1,<1.0.0
gpxpy
folium
plotly
pydantic>=2.0.0,<2.11.0
Pillow
# ASR: transformers + torch as fallback for Hugging Face (no pywhispercpp available there)
# transformers
# torch
# soundfile
# Local-only ASR dependencies (optional — only work when pywhispercpp native binaries are present)
pywhispercpp # Uncomment for local GPU-accelerated ASR
miniaudio # Uncomment for local audio resampling (required by pywhispercpp path)
# Replace the generic llama-cpp-python with a specific version known to have wheels
llama-cpp-python==0.2.79 # Uncomment to run local GGUF LLM instead of mock backend