Earlier quoted context omitted.
I just realized the idle chatter filled up my head. Using LLMs to summarize them have also made me realize how repetitive and samey the insight-based interview podcasts are. It's not accurate that I divorced podcasts fully. I listen to one or two shows a week. One is a technology podcast and the other is a film podcast, both have a group of friends. So long story short, chemistry is all that matters to me about most…
How did you summarize them with LLM? I'm curious to try it please.
* Generate a transcript by runing Whisper against the podcast audio file: https://github.com/openai/whisper
* Upload transcript to ChatGPT and ask it to summarize.
* Automate all the above.
EDIT: Apparently I'm not keeping up with the times. ChatGPT can directly read/transcribe mp3 files now. Step 1 I guess isn't really needed.