Turn any lecture into a structured, searchable knowledge base — in real time.
From raw audio to organized, publishable knowledge
Everything you need for real-time workshop documentation
Generates a publishable HTML book with table of contents, cross-references, and structured chapters. Ready to host on GitHub Pages.
Real-time colored keyword tags stream to your terminal as audio is processed. Instant visual feedback on what the speaker is covering.
Customizable keyword categories per workshop topic. Filter signal from noise with domain-specific vocabulary lists.
Optimized for real-world non-English transcription. Handles mixed-language lectures, technical jargon, and accented speech.
Detects and skips duplicate transcript analysis. No wasted computation when re-processing previously analyzed fragments.
Local Whisper models, no cloud API needed. Your audio and transcripts never leave your machine. Complete data sovereignty.
npm install -g @anthropic-ai/claude-code
git clone https://github.com/nasqret/live-workshop-skill.git ~/.claude/skills/live-workshop
brew install sox ffmpeg && pip3 install openai-whisper jupyter-book
/live-workshop "Your Workshop Title" --lang en --modules "Topic1,Topic2"