Automatic Generation of Visualizations and Infographics with LLMs
11–20 of 56 posts
Re: Automatic Generation of Visualizations and Infographics with LLMs
#12Last week I helped someone organizing and analyzing their data in Excel. As I'm using Excel only once every couple of years, I had to rewatch the wonderful "You Suck at Excel with Joel Spolsky" to be productive again. Now seeing this announcement page, I was immediately reminded of the mini-rant towards the end of the video [0]: > On average, once every three months, there's a startup that makes a thing that they say…
To be nitpicking here: Its not reinventing if its new. And the focus of this research was probably not to invent PivotTables but the Interface for these through LLMs
no code pivot tables?
Re: Automatic Generation of Visualizations and Infographics with LLMs
#13Re: Automatic Generation of Visualizations and Infographics with LLMs
#14system_prompt = """ You are a an experienced data analyst that can annotate datasets. Your instructions are as follows: i) ALWAYS generate the name of the dataset and the dataset_description ii) ALWAYS generate a field description. iv.) ALWAYS generate a semantic_type (a single word) for each field given its values e.g. company, city, number, supplier, location, gender, longitude, latitude, url, ip address, zip code, email, etc You return an updated JSON dictionary without any preamble or explanation. """
Some spelling errors, and where is number 3?
Re: Automatic Generation of Visualizations and Infographics with LLMs
#15https://karimjedda.com/beautiful-data-visualizations-powered...
Re: Automatic Generation of Visualizations and Infographics with LLMs
#16Ironically I've found GPT to be pretty terrible with plotting libraries like plotly/dash or even matplotlib compared to just about anything else in python.
Re: Automatic Generation of Visualizations and Infographics with LLMs
#17Re: Automatic Generation of Visualizations and Infographics with LLMs
#18Re: Automatic Generation of Visualizations and Infographics with LLMs
#19I took this a step further, turning charts into infographics using stable diffusion (SDXL) https://karimjedda.com/beautiful-data-visualizations-powered...
Re: Automatic Generation of Visualizations and Infographics with LLMs
#20I took this a step further, turning charts into infographics using stable diffusion (SDXL) https://karimjedda.com/beautiful-data-visualizations-powered...
That's a really nice idea. Have you thought about making it a product?
What's your recommended approach? Even if open-source, curious to learn.