Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 529 Bytes

File metadata and controls

18 lines (12 loc) · 529 Bytes

UnstructuredTranscriptSummarizer

Use GPT-3 to make sense of a nearly useless transcript

Sensible Chunking

  1. Take a blob of unstructured audio transcripts
  2. Perform SBD on it and make paragraphs
  3. Break it into sensible chunks

Journalist's Tool

Get all the "golden nuggets" out of a long transcript

  1. Prompt chain for each chunk
  2. What is the most interesting bit of information from this transcript?
  3. Write a detailed note about that information.
  4. Iterate over all the notes to create a coherent narrative.