Found 3 repositories(showing 3)
raijin-asr
Upload PDF and get specific response on PDF with RAG app using Langchain, Gemini api, sentence-transformer, streamlit
SiddharthGJ
ChatPDF is a Retrieval-Augmented Generation (RAG) app built with Streamlit that enables users to upload multiple PDFs and ask questions in natural language. The system extracts text, splits it into chunks, creates embeddings, stores them in FAISS, and retrieves relevant context to generate accurate, document-grounded responses using a local LLM.
AryaLanjewar
ChatPDF is an AI-powered application built with Streamlit, LangChain, and FAISS that allows users to upload multiple PDF documents and interact with them using natural language queries. The app extracts text from PDFs, splits it into chunks, creates embeddings, and performs semantic search with Retrieval-Augmented Generation (RAG).
All 3 repositories loaded