My functional copy of the amazing youtube-gpt project (reference below).
Article: Medium Article
With Youtube GPT you will be able to extract all the information from a video on YouTube just by pasting the video link. You will obtain the transcription, the embedding of each segment and also ask questions to the video through a chat.
- Video transcription with OpenAI Whisper
- Embedding Transcript Segments with the OpenAI API (text-embedding-ada-002)
- Chat with the video using streamlit-chat and OpenAI API (text-davinci-003)