A Streamlit app that generates data using OpenAI to be loaded to a database table. Check out the accompanying Medium Article.
pip install -r requirements.txt
You can enter your connection information in the Streamlit app or edit env/connection.json to auto-populate your connection details.
Edit env/openai.key with your own OpenAI API secret.
streamlit run streamlit_gpt_database_table_generator.py