You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web app that allows users to upload PDFs and interact with them through a Q&A interface. The application extracts text from PDFs, generates embeddings, stores them in a FAISS database, and retrieves relevant information to provide context-aware answers using a large language model .
PDFy lets you upload PDFs, extract text, and ask questions using AI. Built with FastAPI, LangChain, Ollama, and FAISS for powerful vector search and LLM-based answers. React frontend offers smooth upload and chat-style Q&A for easy PDF interaction.