The widget below checks if the transcript file is available. If Whisper is running, you’ll see a green button. If not, a help link appears with setup instructions.
WHISPER_BIN and WHISPER_MODEL environment variables if needed.npm run dev:whisper to start the caption listener and transcript writer.If you prefer, you can use npm run dev:transcript to mirror a text file to JSON instead.
/presentations/whisper-demo/transcript.jsonRunner: npm run dev:whisper (configure with WHISPER_BIN & WHISPER_MODEL)
Watcher alternative: npm run dev:transcript to mirror transcript.txt to JSON
If the demo doesn’t load, open it directly: /presentations/whisper-demo/index.html
Polling /presentations/whisper-demo/transcript.json every second.