How to Summarise Audio and Podcasts Locally with Ollama
A complete guide to the local audio summarisation pipeline using faster-whisper for transcription and Ollama for summarisation: installing faster-whisper and ffmpeg, transcribing with different model sizes from tiny to large-v3, a full pipeline function that handles long transcripts by chunking, four summary styles (bullets, paragraph, tldr, chapters), extracting action items and decisions from meeting recordings, and a command-line script for quick use from the terminal.