Update README.md
This commit is contained in:
parent
e70acc0479
commit
4669db1fe4
1 changed files with 4 additions and 4 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue