ChatGPT API Podcast Summarizer + Eleven Labs Voice Summary

preview_player
Показать описание
How to Summarzie a Podcast with the ChatGPT API and OpenAI`s Whisper + Elven Labs API

Become a member:

Join the newsletter:

Are you tired of listening to long podcast episodes and struggling to remember the key takeaways? Look no further! In this video, we introduce you to a groundbreaking tool that will change the way you consume podcasts forever.

Our speaker shares how they used the ChatGPT API, OpenAI's Whisper API, and the Eleven Labs API to create a summarization tool that provides an accurate summary of any podcast in just a few minutes. But wait, there's more!

Not only does this tool provide a text summary, but it also generates a narrated voice summary as an .mp3 file. Imagine being able to listen to a concise summary of a podcast episode while on the go. Don't miss out on this innovative solution to make the most out of your podcast listening experience.

00:00 ChatGPT API + Whisper Podcast Summarizer Intro
00:25 How to Summarize a Podcast with AI
01:13 ChatGPT API Python Code
04:00 Running the ChatGPT Python Script
05:06 AI Podcast Summary Results
06:37 Eleven Labs Podcast Voice Summary

Рекомендации по теме
Комментарии
Автор

The practical use of this is endless. If one transcribed example 25 videos, then fed them into ChatGPT, then asked them to be converted into a book you'd have a unique book based off of valuable content. Thanks for your content dude, you'll have 100k followers within a month guaranteed.

fynnjackson
Автор

Do you have an estimation of cost from using the openaI APIs for a video like the one you used? Combining Whisper and ChatGPT. Thanks!

kabronero
Автор

How do you have ChatGPT process the chunks, does it create a separate summary for each chunk and then combine them all together or what? I know chatgpt can only take so many tokens as input

johnm
Автор

Excited to see this in the repo & try it out!

MicahYaple
Автор

This workflow is awesome! Thank you for all these good content, Chris!

futurizerush
Автор

What level of membership do we need to access these scripts?

StepUp-One
Автор

This is awersome! Do you think it could be done in other languages (english podcast > german summary)?

alno
Автор

Hopefully this works with my book in converted into pdf, or have you made a video on this before?

britox.
Автор

Could also get auto-generated transcript from YouTube itself. Way less time than using Whisper (might be less accurate than Whisper tho)

DarrenJohnX
Автор

Voice summary in the voice of the podcast presenter would be awesome

juhu
Автор

When can I expect this video for members only?

edward-praveen
Автор

The clever part of this method is your use of the cheaper transcription apis for long form content. Also probably we shouldn't be doing this with popular podcasts as it is wasteful. If even 1% of the population did this then we would have 80 million local computers churning out repeat versions of each podcast. Much better if that is done centrally. Where this method shines is for any long audio that is held locally. We could use it for long skype meetings or even record our day 24/7 and transcribe it. Also for serial youtube watchers who flit between videos and never remember anything. They watch 100 videos plus per day. If it recorded the actual speaker out feed from their laptops etc and summarised it overnight and then first thing in the morning you could listen to a summary of what you watched the day before.

tofromcafe
Автор

Would that be a problem if you could provide code to how to run the API voice itself? I'm building a similar chatbot and I'm stuck. :(

christian.rhodes
Автор

I would like to get Spotify podcasts in text. Would that be possible?

DavidN-vwbe
Автор

You Should do the same script except just have a voice conversation with chatgpt and it will respond back with a voice. I wonder how long of a wait time each segment would be.

aadi
Автор

Hi,
How can I have access to this code.
Thanks

willieinvestment
Автор

Can somebody tell me why in prompt file the command to chatGPT is written two times?

johanberg
Автор

Is there anyway to just break the video text into blocks?

victorcarvalho
Автор

How do I get this code? Do I have to join a membership?

simonraj
Автор

Why out the URL in a file?

Far better to accept IS As argument to the python script!

tommornini