Skip to content

A Streamlit app that generates data using OpenAI to be loaded to a database table.

Notifications You must be signed in to change notification settings

jeremyjgriffith/openai-streamlit-data-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openai-streamlit-data-generator

A Streamlit app that generates data using OpenAI to be loaded to a database table. Check out the accompanying Medium Article.

Installing requirements

pip install -r requirements.txt

Snowflake connection parameters

You can enter your connection information in the Streamlit app or edit env/connection.json to auto-populate your connection details.

OpenAI Secret

Edit env/openai.key with your own OpenAI API secret.

Running the app:

streamlit run streamlit_gpt_database_table_generator.py

About

A Streamlit app that generates data using OpenAI to be loaded to a database table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages