https://github.com/anil-matcha/youtube-to-chatbot
Chat with any Youtube video. Easily input the video url you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
https://github.com/anil-matcha/youtube-to-chatbot
chatbot chatgpt chatwithyoutube gpt gpt4 langchain openai youtube youtube-chatbot youtube-to-chatbot
Last synced: about 1 year ago
JSON representation
Chat with any Youtube video. Easily input the video url you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
- Host: GitHub
- URL: https://github.com/anil-matcha/youtube-to-chatbot
- Owner: Anil-matcha
- License: mit
- Created: 2023-05-17T18:38:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T14:07:47.000Z (about 3 years ago)
- Last Synced: 2025-06-22T01:02:00.158Z (about 1 year ago)
- Topics: chatbot, chatgpt, chatwithyoutube, gpt, gpt4, langchain, openai, youtube, youtube-chatbot, youtube-to-chatbot
- Language: Python
- Homepage: https://www.thesamur.ai/add-chatgpt-to-notion/?utm_source=github&utm_medium=link&utm_campaign=github_youtubetochatbot
- Size: 8.79 KB
- Stars: 144
- Watchers: 4
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-Youtube
Chat with any Youtube video.
Easily input the video url you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
### Getting Started
Code is up now, ⭐ (Star) the repo to receive updates
Replit and streamlit version coming soon
Follow [Anil Chandra Naidu Matcha](https://twitter.com/matchaman11) on twitter for updates
Subscribe to https://www.youtube.com/@AnilChandraNaiduMatcha for more such video tutorials
### How to run ? (Things might change based on OS)
1. Create a virtual environment in python https://docs.python.org/3/library/venv.html
2. Run "pip install -r requirements.txt"
3. Set OPENAI_API_KEY environment variable with your openai key
4. Run "python chat_youtube.py"
5. Change video url and query in code if you want to try with any other content
To run streamlit app, follow the steps run "streamlit run streamlitui.py"
### Demo link
https://heybot.thesamur.ai/
### Also check
[Chat with PDF code](https://github.com/Anil-matcha/ChatPDF)
[Chat with Website code](https://github.com/Anil-matcha/Website-to-Chatbot)
[Chat with CSV code](https://github.com/Anil-matcha/Chat-With-Excel)
[ChatGPT in Discord code](https://github.com/Anil-matcha/DiscordGPT)