How to Summarise Meeting Notes with a Local LLM
A practical guide to summarising meeting notes and transcripts locally with Ollama: a structured summarisation prompt with sections for overview, discussion points, decisions, action items, and open questions, transcribing recorded meetings with Whisper then summarising, extracting action items as structured JSON, generating follow-up emails from the summary, a complete command-line tool with argparse, choosing between Llama 3.2, Mistral Nemo and Qwen2.5, handling variable note formats, and the privacy case for keeping sensitive meeting content off cloud services.