26 lines
873 B
Markdown
26 lines
873 B
Markdown
# Podcast Chapter Summarizer
|
|
|
|
Transcribe podcast episodes, split them into chapters, and produce skimmable notes with key ideas and timestamps.
|
|
|
|
## Problem
|
|
Long episodes are hard to review, so valuable insights are often forgotten or never revisited.
|
|
|
|
## Core capabilities
|
|
- Ingest audio from RSS feeds or local files.
|
|
- Generate transcript and chapter segmentation.
|
|
- Summarize each chapter with key points and action items.
|
|
- Export notes to markdown, knowledge bases, or task tools.
|
|
|
|
## MVP scope
|
|
- Process a selected podcast feed.
|
|
- Chapter-level summary template with timestamp links.
|
|
- Searchable archive of episode notes.
|
|
|
|
## Success criteria
|
|
- Faster content review and better retention.
|
|
- Easier sharing of insights from long-form audio.
|
|
|
|
## Stretch ideas
|
|
- Topic-based clipping for personalized highlight reels.
|
|
- Question-answer mode over past episode archives.
|