harshvardhan-11/ChatwithMultiplePDFs
The project is a Streamlit-based app that allows users to upload PDF files, processes the text into chunks, stores it in a FAISS vector store using Google Generative AI embeddings, and enables conversational Q&A with the documents using Google Generative AI’s chat model for answers.
This project helps anyone who needs to quickly find information and get answers from one or more PDF documents. You upload your PDFs, then ask questions about their content in a chat interface. The system processes the documents, finds relevant sections, and provides conversational answers based on the information within those PDFs. It's ideal for researchers, analysts, or students dealing with lengthy reports, manuals, or articles.
No commits in the last 6 months.
Use this if you need to extract specific information or get summaries from large PDF documents without manually sifting through pages.
Not ideal if you need to edit PDFs, convert them to other formats, or perform complex data analysis beyond question-answering.
Stars
8
Forks
3
Language
Python
License
—
Category
Last pushed
Sep 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/harshvardhan-11/ChatwithMultiplePDFs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
sudan94/chat-pdf-hugginface
This is a fun Python project that allows you to chat with a chatbot about the PDF you uploaded....
amitgupta4407/All_About_PDF
This is a complete website in which you can chat with pdf, extract meta data, text, links,...
ck-unifr/pdf_parsing
PDF解析(文字,章节,表格,图片,参考),基于大模型(ChatGLM2-6B, RWKV)+langchain+streamlit的PDF问答,摘要,信息抽取
rahul2002m/ChatPDF
ChatPDF is a Streamlit app allowing users to query PDF & DOCX content via natural language. It...
Hashir-Ahmad1/Train-AI-agent-on-mutiple-PDF
The Multi-PDF's Chat Agent is a Streamlit-based web application designed to facilitate...