https://github.com/lakminagamage/pdf-chatbot-webapp
A PDF chat app using OpenAI services.
https://github.com/lakminagamage/pdf-chatbot-webapp
chatbot gpt-3 hacktoberfest llms openai pdf streamlit
Last synced: about 1 year 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T04:37:10.000Z (over 2 years ago)
- Last Synced: 2025-04-09T06:05:34.979Z (about 1 year ago)
- Topics: chatbot, gpt-3, hacktoberfest, llms, openai, pdf, streamlit
- Language: Python
- Homepage:
- Size: 259 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- 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/)