AI Meeting Minutes for Teams: Capture Every Call Automatically
Automatic AI meeting minutes for Microsoft Teams: record, transcribe with Whisper, summarize with a local LLM, post back to the channel.
💡 What You Will Learn
Automatic AI meeting minutes for Microsoft Teams: record, transcribe with Whisper, summarize with a local LLM, post back to the channel.
Teams meetings are where decisions die. Automatic AI meeting minutes capture them - and with the open-source route, nothing leaves your infrastructure.
How It Fits Together
Teams exports or a recording bot feed audio into the pipeline: faster-whisper (24,790 stars) transcribes, Ollama (177,874 stars) with a local model summarizes into decisions and action items, and n8n (199,484 stars) posts the minutes back to the channel with the transcript attached. The loop closes itself - minutes land where the team already works.
Adoption Tips
Start with a weekly status call, not the sensitive strategy meeting. Publish minutes as a thread reply, tag owners in action items, and keep raw transcripts for reference. Teams adopt it when the minutes are useful and consistent - that means a fixed summary format, always.
FAQ
Q: Is recording meetings legal internally?
A: Check your org policy and local law; a visible recording notice or bot announcement covers most cases.
Q: Chinese meetings work?
A: Yes - Whisper handles Chinese well; FunASR (19,708 stars) is the Chinese-optimized alternative.
