Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 480 Bytes

📄 Document question answering template

A simple Streamlit app that answers questions about an uploaded document via OpenAI's GPT-3.5.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py