mikael-lovqvists-claude-agent 9030b1315d Load HF_TOKEN from token file at startup (consistent with tts-server)
Reads ~/.secrets/hugging-face.token by default, overridable via HF_TOKEN_FILE.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 09:10:54 +00:00
2026-06-07 10:17:43 +02:00

Voice to text interface

Overview

This project aims to provide voice to text using faster-whisper as backend.

Origin

This project started as a vibe-coded experiment but this version is somewhat more hands on.

Setup

Setup venv for python

We will have two different setups here depending on if you want to build ctranslate2 locally or not. This shall be documented.

Description
Voice to text server using [faster-whisper](https://github.com/SYSTRAN/faster-whisper)
Readme 92 KiB
Languages
Shell 51.6%
Python 48.4%