Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drreetusharma/document-qa

Upload documents and ask AI-powered questions to get instant insights! Simply provide your OpenAI API key to start interacting with your documents in a smarter, more engaging way
https://github.com/drreetusharma/document-qa

deployment openai-api python streamlit

Last synced: 2 days ago
JSON representation

Upload documents and ask AI-powered questions to get instant insights! Simply provide your OpenAI API key to start interacting with your documents in a smarter, more engaging way

Awesome Lists containing this project

README

        

# 📄 Document question answering template

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

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://document-question-answering-template.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
```