Instructions for AI agents live in AGENTS.md. Read that file and follow it.
Short version: this repo transcribes audio to text locally on an Apple Silicon Mac.
- One-time install:
./setup.sh - Transcribe:
./transcribe.sh "/path/to/audio.mp3"(or a folder) - Result:
<name>.txt(+.srt,.vtt,.json) next to the audio. - Never upload the user's audio anywhere — this tool is entirely local by design.