Add stt-server.py and fix setup scripts #1

Merged
mikael-lovqvist merged 6 commits from mikael-lovqvists-claude-agent/stt-server:stt-process into main 2026-06-07 08:51:23 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 01210e878f - Show all commits

View File

@@ -57,7 +57,7 @@ fi
echo "==> upgrading pip + build tools"
"${VENV}/bin/pip" install --upgrade pip wheel setuptools pybind11 --quiet
"${VENV}/bin/pip" install torch
"${VENV}/bin/pip" install torch silero-vad
# --- clone (skipped if already done) ---
if [ ! -d "${BUILD_DIR}/src/.git" ]; then

View File

@@ -25,7 +25,7 @@ fi
echo "==> installing torch and faster-whisper"
"${VENV}/bin/pip" install --upgrade pip --quiet
"${VENV}/bin/pip" install torch faster-whisper
"${VENV}/bin/pip" install torch faster-whisper silero-vad
echo ""
echo "==> done. Venv ready at ${VENV}"