Logo
Explore Help
Register Sign In
CyberCoveLLC/Triple-C
1
0
Fork 0
You've already forked Triple-C
Code Issues Pull Requests Actions Packages Projects Releases 12 Wiki Activity
Files
e62af502d3247223275f89cb6123edd155af2d1b
Triple-C/stt-container/Dockerfile

14 lines
254 B
Docker
Raw Normal View History

Add speech-to-text feature using Faster Whisper container Adds a mic button to the terminal UI that captures speech, transcribes it via a Faster Whisper sidecar container, and injects the text into the terminal input. Includes settings panel for model selection (tiny/small/medium), port config, and container lifecycle management. - stt-container/: Dockerfile + FastAPI server for Whisper transcription - Rust backend: STT container management, transcribe_audio IPC command - Frontend: useSTT hook, SttButton, SttSettings, WAV encoder - CI: Gitea Actions workflow for multi-arch STT image builds Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 20:02:39 -07:00
FROM python:3.11-slim
RUN pip install --no-cache-dir \
faster-whisper \
fastapi \
uvicorn[standard] \
python-multipart
COPY server.py /app/server.py
EXPOSE 9876
CMD ["uvicorn", "app.server:app", "--host", "0.0.0.0", "--port", "9876"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 12ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API