GPT-4 One-Prompt Dashboard Showdown: Plotly Dash vs Streamlit
Author(s): John Loewen, PhD
Originally published on Towards AI.
Which framework reigns supreme in GPT-4, prompting simplicity?
Dall-E generated image: impresionist painting of two similar dashboards on two computer screens
For the past 8 months, I have been incessant on optimizing GPT-4 prompt engineering for Python data visualization code.
I now have a solid grasp on what works and what doesnβt when prompting for interactive data visualizations.
Two of the most used Python frameworks for multi-visual dashboards are Streamlit and Plotly dash. In my experience, GPT-4 has become quite good at handling Python code creation for multi-visual dashboards.
How good is each framework? Letβs put them side-by-side and prompt them with the same data set to create an interactive data-visual dashboard that has:
A dropdown menu (allowing the user to interact with the dataset)Two different types of maps (a choropleth map and a bubble map) that are updated based on the userβs choice.
And for each framework, letβs put GPT-4 to the test using a single prompt!
For this test, letβs use the UN food security data as it is up to date and provides a yearly snapshot of the global food security situation at the country level.
The UN food security dataset can be found HERE.
There are a few options to consider when downloading the dataset:
For the CSV file to download for this article,… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI