Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)