Skip to content

valentindush/chatPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatPDF

Ask questions about multiple pdf files at once.

Made using Streamlit, LangChain, HuggingFaceInferenceAPIEmbeddings, Pypdf,and FAISS

Installation

API Keys

  1. GROQ_API_KEY To get your Groq API key, go to https://console.groq.com/keys and get your own right away.
  2. HF_API_KEY To get your Hugging Face, go to https://huggingface.co/settings/tokens and get yours.

Install Packages

To void errors you might want to use venv.

pip install -r requirements.txt

Create .env file

HF_API_KEY=<your api key>
GROQ_API_KEY=<your api key>

Run

streamlit run main.py

The application will be accessible on http://localhost:8501/

Contributing

FEEL FREE !

LICENSE

Honestly... I don't like them!

About

Ask questions about multiple pdf files at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages