Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 665 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 665 Bytes

📄 Chat with documents

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

Open in Streamlit

I started with the Template and just added the possibility to upload multiple files in the formats DOC, DOCX, XLS, XLSX, PDF, PPTX

Test the Onlineversion:

https://document-chatter.streamlit.app

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