10000 GitHub - Digp/youtube-gpt: Youtube GPT: OpenAI Whisper + Embedding + Davinci
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Digp/youtube-gpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoutubeGPT 🤖

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.

Features

  • 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)

About

Youtube GPT: OpenAI Whisper + Embedding + Davinci

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.2%
  • Makefile 4.8%
0