/pdf-reader

PDF Pal helps you talk to your PDF/Documents as a chatbot partner.

Primary LanguagePythonMIT LicenseMIT

PDF-Reader

PDF Reader helps you talk to your PDF/Documents as a chatbot partner. This chatbot partner is powered using an LLM model such as ChatGPT API (paid) and HuggingFace API (free).

Installation

cd pdf-reader
pip install -r requirements.txt

Usage

First create a .env file. You can use the .env.example file as a template. Then run the following command on your terminal:

streamlit run app.py