Skip to content

alshival/data_viz_bot_tutorial

Repository files navigation

Alshival's Graphing Calculator

Quick run down on the process available on Substack.

Setup

Grab your openAi API key and create the file .streamlit/secrets.toml:

openai_token = "sk-APIKEY"
openai_model = "gpt-3.5-turbo-0125"

Additionally, for GIF support, grab a tenor api key:

google_api_key = "API_KEY"

Install

pip install -r requirements.txt

Start App

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages