DhruvTyagi18 / PDFPal

PDF chatting application using Langchain

Home Page:https://pdfpal.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFPal 💁

Interrogate Your PDF

Overview

PDFPal is a powerful tool that allows you to interrogate your PDF files by asking questions. Leveraging the capabilities of LangChain and Google API, PDFPal extracts and processes the content of PDF files to provide accurate and relevant answers to your queries.

Screenshot 2024-06-04 121423

Features

  • Upload PDF files: Easily upload PDF files for processing.
  • Ask questions: Directly query the content of your PDFs.
  • Get precise answers: Receive accurate and relevant answers extracted from your PDFs.
  • Easy integration: Seamlessly integrate PDFPal into your projects.

Live Link

https://pdfpal.streamlit.app/

Getting Started

Prerequisites

Ensure you have the following installed:

  • Python 3.7+
  • Pip (Python package installer)
  • Google API credentials

Installation

  1. Clone the repository
    git clone https://github.com/yourusername/PDFPal.git
    cd PDFPal
  2. Install Dependencies
    pip install -r requirements.txt
    

Run App

streamlit run PDFPal.py

About

PDF chatting application using Langchain

https://pdfpal.streamlit.app/


Languages

Language:Python 100.0%