Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcriptions and Chapters #25

Open
jj-style opened this issue Apr 21, 2024 · 0 comments
Open

Transcriptions and Chapters #25

jj-style opened this issue Apr 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jj-style
Copy link
Owner

Podcasting 2.0 supports transcriptions of podcasts and chapters.

I wonder if we could, when a new episode is available (i.e. set up subscribers for the RSS feed APIs):

  • transcribe the audio using whisper
  • use a text classification model to
    • summarize the whole transcript? For a description of each episode
    • assume chunks of content in 1 hour intervals, summarize each chunk and create chapters for these?

Obviously this would be a fairly slow and expensive process. Probably want to:

  • raise event for new episodes
  • have transcriber services listening for events
  • persist episode information in a database
  • still return RSS content and responses if the additional information hasn't been computed yet (i.e. optionally get data from db)
@jj-style jj-style added the enhancement New feature or request label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant