repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: openai-whisper |
| #3 | description: Local speech-to-text with the Whisper CLI (no API key). |
| #4 | homepage: https://openai.com/research/whisper |
| #5 | metadata: {"clawdbot":{"emoji":"🎙️","requires":{"bins":["whisper"]},"install":[{"id":"brew","kind":"brew","formula":"openai-whisper","bins":["whisper"],"label":"Install OpenAI Whisper (brew)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # Whisper (CLI) |
| #9 | |
| #10 | Use `whisper` to transcribe audio locally. |
| #11 | |
| #12 | Quick start |
| #13 | - `whisper /path/audio.mp3 --model medium --output_format txt --output_dir .` |
| #14 | - `whisper /path/audio.m4a --task translate --output_format srt` |
| #15 | |
| #16 | Notes |
| #17 | - Models download to `~/.cache/whisper` on first run. |
| #18 | - `--model` defaults to `turbo` on this install. |
| #19 | - Use smaller models for speed, larger for accuracy. |
| #20 |