Skip to content

Document question and answering app, built from Langchain, Streamlit and OpenAI

Notifications You must be signed in to change notification settings

ellaphamhp/DocumentQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumentQA

This is a simple demo of how to create a Document question and answering app, built from Langchain, Streamlit and OpenAI.

The app accesses url of online articles, and provide answers on any questions related.

DocumentQA App run in local host

1. Set up:

  • Install required packages: pip install -r requirements.txt

2. Get API Key

  • Go to https://platform.openai.com/, sign up and get OPEN AI API key
  • Create .env file and store your key their: OPENAI_API_KEY = {Your OpenAI API Key}

3. Run the app locally:

  • In the terminal, run: streamlit run documentqa.py

About

Document question and answering app, built from Langchain, Streamlit and OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages