https://github.com/eapo/egpt
Document Q&A with GPT
https://github.com/eapo/egpt
chatgpt grokai openai text text-classification text-processing
Last synced: about 1 month ago
JSON representation
Document Q&A with GPT
- Host: GitHub
- URL: https://github.com/eapo/egpt
- Owner: eapo
- License: apache-2.0
- Created: 2024-12-17T23:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:28:22.000Z (over 1 year ago)
- Last Synced: 2025-07-24T11:01:31.546Z (11 months ago)
- Topics: chatgpt, grokai, openai, text, text-classification, text-processing
- Language: Python
- Homepage: https://edocgpt.streamlit.app/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 📄 DoQ&A - processing documents/webpages professionally with less footprint
A Streamlit app that answers questions about an uploaded document using OpenAI/Grok GPT
[](https://edocgpt.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
```