Document Qa

A Streamlit app for answering questions about uploaded documents using GPT-3.5, enabling users to extract information quickly and efficiently. Ideal for enhancing productivity in document analysis.

Author

Document Qa logo

jjgordon89

Apache License 2.0

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 7/3/2025

Tags

document documents streamlit document processing document analysis qa streamlit

📄 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