stt-server: FastAPI whisper.cpp Vulkan ASR + pyannote diarization, containerizzato

This commit is contained in:
enne2
2026-08-13 22:29:30 +02:00
commit 2b9442f33e
7 changed files with 318 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Entrypoint stt-server: avvia il server FastAPI (uvicorn via server.py).
# Tutti i parametri sono configurabili via variabili d'ambiente.
set -e
echo "[stt] avvio stt-server (whisper-cli=$WHISPER_CLI models=$MODELS_DIR port=$PORT)"
exec python3 /app/server.py