Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 480 Bytes

File metadata and controls

19 lines (12 loc) · 480 Bytes

📄 DoQ&A - processing documents/webpages professionally with less footprint

A Streamlit app that answers questions about an uploaded document using OpenAI/Grok GPT

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