Skip to content

PromtEngineer/PaLM-PDFChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with PDF

This Repo implements chat with your PDF via a GUI. This Code utilized PaLM'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/PaLM-PDFChat.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 PaLM API key to run this, get your PaLM key from here In the .env set your API key.

GOOGLE_API_KEY=

Run the WebApp:

streamlit run PaLM_ChatPDF.py

About

This repo implements a GUI for Chatting with your PDF files using PaLM embedding and LLM via API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published