18 lines
637 B
Markdown
18 lines
637 B
Markdown
# Voice to text interface
|
|
|
|
## Overview
|
|
|
|
This project aims to provide voice to text using [faster-whisper](https://github.com/SYSTRAN/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. |