Hacker News new | ask | show | jobs
by mmh0000 906 days ago
I don't know how OP does it, but here's how I'd do it:

* 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.