Skip to main content

From Recording to Summary



# Einmalig: Prompt-Datei aus YAML generieren
uv run --with pyyaml python3 bin/build-whisper-prompt.py --game packs_and_prejudice
# → meta/packs_and_prejudice.prompt editieren, Ballast löschen

# Danach wie gewohnt:
transcribe-audio.sh --en --game packs_and_prejudice audio.wav

# Transcript normalisieren
uv run --with pyyaml python3 normalize-transcript.py transcript.txt --game packs_and_prejudice

# Strip the context file of information that isn't necessary für the summary
uv run --with pyyaml python3 bin/build-summary-context.py --game packs_and_prejudice

# Run the summary

summarize-meeting.sh --en --no-context
summarize-meeting.sh --en --game <slug>
summarize-meeting.sh --en