Skip to content

Latest commit

 

History

History
 
 

generate_podcast_synopsis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Industry : Media & Entertainment

Use Case : Generate Podcast Synopsis with OpenAI GPT

This repo illustrates how to use OpenAI GPT to

  • generate a synopsis from a podcast transcription into multiple languages.
  • generate 2-3 tag lines based on the podcast content.
  • generate serch engine optimised (SEO) keywords.

Dataset

This example uses the transcription of podcast : Why SVB’s collapse is not a 2008 repeat avaiable from Financial Times to illustrate how to make use of OpenAI GPT for the use case described above.

Notebooks

Future Work

  • Transcribe from audio to text.
  • Cater for large data corpus.

Related Publications

Related repos that applied this concept:

Related blog post that applied this concept:

Related repos from the author:

References