Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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
- Host: GitHub
- URL: https://github.com/drreetusharma/document-qa
- Owner: DrReetuSharma
- License: apache-2.0
- Created: 2024-09-16T10:09:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:36:05.000Z (3 months ago)
- Last Synced: 2024-11-21T16:14:18.152Z (about 1 month ago)
- Topics: deployment, openai-api, python, streamlit
- Language: Python
- Homepage: https://aspire10x.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```