Using AI to Analyze Chart Images

I’ve done a few posts where I’ve asked GenAI services to analyze and summarize data. Most recently, I blogged about Chrome’s built-in AI APIs and summarizing raw data into simple English. In each case where I’ve done work like this, I’ve had access to the raw data of what I want the API to analyze. But what if you don’t? What if all you have is a simple chart image? I did some testing with this and here’s what I found.
My Source Data
For my source data, I created a set of charts using Highcharts. This isn’t my preferred front-end charting library, but I noticed their demos had (usually) a quick CSV export. That made it easy to get both a sample... more →
Posted in: JavaScript