--- title: YouTube Chatbot emoji: 🤖 colorFrom: gray colorTo: indigo sdk: gradio sdk_version: 4.14.0 app_file: app.py pinned: false --- # YouTube Chatbot This chatbot provides a summary of the YouTube video, and you can ask the chatbot any question about the video. It also provides timestamps with its answers, which can help you go back and find the relevant content in the video. You can see a step-by-step guide on how I built the app in this notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ww-6/youtube-chatbot/blob/main/youtube-chatbot.ipynb)