/ChatterBox

Steamlit applications - chat and Q&A app from uploaded document

Primary LanguagePython

Custom chatGPT

Custom chat with streamlit

Create a .env file in root directory to add your OpenAI APIKEY. Format in .env-example

Running app:

Create a virtual environment and activate the environment. Install dependencies in requirements.txt

Run chat app using:

streamlit run chat.py

Run document Question and Answer app using:

streamlit run chat_with_doc.py