Skip to content
#

pdf-question-answering

Here are 13 public repositories matching this topic...

An AI-powered chatbot that answers student questions using university PDFs with the help of Google's Gemini API and RAG (Retrieval-Augmented Generation) architecture.

  • Updated Jun 4, 2025
  • Python

PDFMate.AI is a Django-based app that lets you upload PDFs, indexes them into a vector database, and ask natural-language questions to get grounded answers with evidence. It uses PyMuPDF for PDF parsing, Transformers + PyTorch for embeddings, and Pinecone for fast semantic search. Clean templates provide Q&A views with cited contexts.

  • Updated Oct 10, 2025
  • Python

PDFSeek is a full-stack web app that allows users to securely upload PDF documents and ask questions based on their content. Built with Angular for the frontend and Flask for the backend, it uses MongoDB for authentication and Groq's language model API to extract and answer questions directly from the uploaded PDFs.

  • Updated Jun 30, 2025
  • TypeScript

Build a powerful PDF Chat Assistant using Node.js, LangChain, and Google Gemini. Upload PDFs, extract content, and interact with them using natural language queries powered by Gemini LLM. Ideal for document Q&A, contract analysis, resume review, and more.

  • Updated Aug 1, 2025
  • JavaScript

📄 QuestRAG: AI-powered PDF Question Answering & Summarizer Bot using LangChain, Flan-T5, and Streamlit: A GenAI mini-project that allows users to upload research PDFs, ask questions, and get intelligent summaries using Retrieval-Augmented Generation (RAG) with locally hosted Hugging Face models.

  • Updated Jul 4, 2025
  • Python

PDFSeek is a full-stack web app that allows users to securely upload PDF documents and ask questions based on their content. Built with Angular for the frontend and Flask for the backend, it uses MongoDB for authentication and Groq's language model API to extract and answer questions directly from the uploaded PDFs.

  • Updated Jun 30, 2025
  • TypeScript

🤖 RAG-based chatbot for answering queries from 📄 customer support PDFs using 🧠 LLMs, 🔍 OCR, and 📚 FAISS vector search.

  • Updated Jul 30, 2025
  • Python

This Streamlit-based AI assistant allows you to upload documents (PDF, DOCX, TXT) and interact with them using natural language. Powered by Llama models via Groq API and LangChain, the bot intelligently understands your documents and provides accurate answers with source references.

  • Updated Sep 28, 2025
  • Python
HelpMate_AI

Retrieval-Augmented Question Answering system for complex insurance documents using Ollama, LangChain, and ChromaDB. Designed for scalable, intuitive document navigation and decision support.

  • Updated Jul 25, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the pdf-question-answering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdf-question-answering topic, visit your repo's landing page and select "manage topics."

Learn more