From 4669db1fe4857ef00fdcd14490a7e47760b4c8c4 Mon Sep 17 00:00:00 2001 From: Shubham Saboo <31396011+Shubhamsaboo@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:21:46 -0500 Subject: [PATCH] Update README.md --- chat_with_youtube_videos/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chat_with_youtube_videos/README.md b/chat_with_youtube_videos/README.md index 44bea91..71fe19a 100644 --- a/chat_with_youtube_videos/README.md +++ b/chat_with_youtube_videos/README.md @@ -1,11 +1,11 @@ -## Chat with PDF 📚 +## Chat with YouTube Videos 📺 -LLM app with RAG to chat with PDF in just 30 lines of Python Code. The app uses Retrieval Augmented Generation (RAG) to provide accurate answers to questions based on the content of the uploaded PDF. +LLM app with RAG to chat with YouTube Videos in just 30 lines of Python Code. The app uses Retrieval Augmented Generation (RAG) to provide accurate answers to questions based on the content of the uploaded video. ### Features -- Upload a PDF document -- Ask questions about the content of the PDF +- Input a YouTube video URL +- Ask questions about the content of the video - Get accurate answers using RAG and the selected LLM ### How to get Started?