Transcribe audio and extract action items

stenographer ●●○

Transcribe an audio file and pipe the text to a local LLM to pull out action items. Meeting notes without a SaaS subscription, a bot joining the call, or the recording leaving your laptop.

$ stenographer transcribe meeting.m4a | llm -m apple "extract action items as a JSON array"
[ "Sarah will update the design docs by Friday", "Mike needs to fix the login bug before the release", "Everyone should review the pull request for the new API" ]
Requires: stenographer, llm