A simple Streamlit app that answers questions about an uploaded document via OpenAI's GPT-3.5.
I started with the Template and just added the possibility to upload multiple files in the formats DOC, DOCX, XLS, XLSX, PDF, PPTX
https://document-chatter.streamlit.app
-
Install the requirements
$ pip install -r requirements.txt
-
Run the app
$ streamlit run streamlit_app.py