Initial commit

This commit is contained in:
2026-06-07 10:14:56 +02:00
commit 4fa4baee17
2 changed files with 136 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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](https://en.wikipedia.org/wiki/Vibe_coding) [experiment](https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-voice-experiment) but this version is somewhat more hands on.
## Setup
### Setup [venv](https://docs.python.org/3/library/venv.html) for [python](https://www.python.org/)
We will have two different setups here depending on if you want to build ctranslate2 locally or not. This shall be documented.