Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakminagamage/pdf-chatbot-webapp
A PDF chat app using OpenAI services.
https://github.com/lakminagamage/pdf-chatbot-webapp
chatbot gpt-3 llms openai pdf streamlit
Last synced: 2 months ago
JSON representation
A PDF chat app using OpenAI services.
- Host: GitHub
- URL: https://github.com/lakminagamage/pdf-chatbot-webapp
- Owner: lakminagamage
- Created: 2023-09-18T10:55:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T04:37:10.000Z (about 1 year ago)
- Last Synced: 2024-01-10T06:16:33.626Z (about 1 year ago)
- Topics: chatbot, gpt-3, llms, openai, pdf, streamlit
- Language: Python
- Homepage:
- Size: 259 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pdf-chatbot-webapp
A PDF chat app using OpenAI services.
To get started,
1. clone the app repo.
2. Install dependancies
pip install -r requirements.txt
3. Add OPENAI_API_KEY in the .env file at root directory. You can get a free API key at https://platform.openai.com.
4. To run your app locally:
streamlit run app.py
5. To deploy your app to streamlit:
Go to streamlit.io and follow instructions for deploy in docs section.
6. Enjoy...Demo : [https://snapread.streamlit.app](https://snapread.streamlit.app/)