PromtEngineer / PDF_Chat-GUI

This repo implements a GUI for Chatting with your PDF files using OpenAI's embedding and LLM via API.
Apache License 2.0
41 stars 29 forks source link

Chat with PDF

This Repo implements chat with your PDF via a GUI. This Code utilized OpenAI's LLM and Embedding models for information retreival from your documents.

ChatApp UI

Clone the Repo:

Clone the repository.

git clone https://github.com/PromtEngineer/PDF_Chat-GUI.git

Environment Setup

In order to set your environment up to run the code here, first install all requirements:

pip install -r requirements.txt

OpenAI API Key

You will need the OpenAI API key to run this, get your OpenAI key from here In the .env set your API key.

OPENAI_API_KEY=

Run the WebApp:

streamlit run ChatPDF.py