/ask-multiple-pdfs

This project implements a web app using Streamlit for chatting with pdf files usig LangChain and OpenAI tokenizer and language model

Primary LanguagePython

Chat with PDF web app

This project implements a web app using Streamlit for chatting with pdf files usig LangChain and OpenAI tokenizer and language model demo-chat-with-pdf-web-app

Spinning it up

  • Create .env file and provide the necessary tokens (no quotes required around the tokens) OPENAI_API_KEY=token HUGGINGFACEHUB_API_TOKEN=token
  • Running the web app streamlit run app.py

Credits