This commit is contained in:
Space-Banane
2026-04-02 19:47:53 +02:00
parent 9ed4e240c2
commit bdddf602be
30 changed files with 783 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
# 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.