Skip to content

Demo apps using streamlit and chatgpt for plotting and querying data.

Notifications You must be signed in to change notification settings

giasemidis/streamlit-chatgpt-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this repo

  1. Install the necessary packages, ideally within a conda environment, pip install -r requirements.txt
  2. Get an Open AI key. Create one on your ChatGPT API account
  3. Create an .env file inside the src directory and paste: OPENAI_API_KEY = "<YOUR KEY>"

To run the chatbot:

streamlit run src/main.py

The app will open in your browser window.

To run the "chat with your own data" chatbot:

streamlit run src/data_app.py

Due to bad design, do not run both apps at the same time.

About

Demo apps using streamlit and chatgpt for plotting and querying data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages