Chat With PDF

  • Tech Stack: Streamlit, llama-index, chromadb, FAISS, pypdf, langchain, python, huggingface
  • Website URL: Link
  • Github URL: Project Link

Chat With PDF files is a project designed to facilitate question-answering tasks using multiple PDF documents. It leverages LangChain's document extraction capabilities to extract content from PDF files. The extracted content is then embedded using BAAI embeddings. Users can Chat with system in questions related to the PDF content, and the Llama model predicts the most appropriate answer based on the similarity of embeddings.