Skip to main content

Meeting Summarizer

@mgreten/meeting-summarizerv2026.05.28.3· 1d agoMODELS
01README

Chunk a Whisper transcript and summarize it into a Granola-style meeting note via a local Ollama LLM. Handles long recordings with greedy segment-boundary chunking and an LLM merge pass. Pure TypeScript — no Python, no subprocess. Also provides combine_notes (merge handwritten + analysis) and write_note (write markdown to disk) for full pipeline workflows.

02Models1
@mgreten/meeting-summarizerv2026.05.28.2meeting_summarizer.ts
fn summarize()
Chunk a Whisper transcript and summarize it into a Granola-style note via Ollama
fn combine_notes(title?: string)
Combine an existing handwritten Obsidian note with the automated analysis markdown
ArgumentTypeDescription
title?stringTitle for the combined note
fn write_note(markdown: string, outputDir: string, filename: string, instanceName?: string)
Write a meeting note markdown string to a file on disk
ArgumentTypeDescription
markdownstringMarkdown content to write
outputDirstringDirectory to write the file (created if needed)
filenamestringFilename including .md extension
instanceName?stringResource instance name

Resources

summary(infinite)— Granola-style meeting summary markdown
combined(infinite)— Combined handwritten + automated meeting notes markdown
noteFile(infinite)— Metadata for a meeting note written to disk
03Previous Versions2
2026.05.28.2May 28, 2026
2026.05.28.1May 28, 2026
04Stats
A
100 / 100
Downloads
5
Archive size
9.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels