ScribeWizard
Audio lectures become structured, Markdown-formatted notes in about a minute with ScribeWizard
(also known as GroqNotes). Upload an MP3, WAV, or M4A file - or paste a YouTube link - and the
app runs a three-stage pipeline on Groq's LPU inference hardware: Whisper Large v3 transcribes
the audio, a larger Llama model drafts a comprehensive outline of the material, and a faster
Llama model fills each section with detailed content. This scaffolded prompting strategy is
the core idea: the strong model handles structure where quality matters most, the fast model
handles volume, and Groq's 1200+ tokens-per-second inference keeps the whole process near real
time. Output renders as clean Markdown with support for tables and code blocks, and finished
notes download as text or PDF. Model selection is configurable - swap in other Groq-hosted
open models like Mixtral or Gemma to trade speed against quality or work around rate limits.
Built as a single Streamlit app by Benjamin Klieger at Groq, it needs only a Groq API key to
run, making it one of the simplest self-hosted AI tools to operate.
Deploy