GTP for Statistical Data Extraction and Visiualization

Greetings.

Today I present to you a new application that uses the GPT technology through OpenAI API.

The application extracts statistical data from text and then displays it as a graph and table for the extracted data.

In this application, I used external libraries to display the extracted data, which are Chart.js and Marked. The interesting thing is that I asked GPT to prepare the chart settings that comply with Chart.js, and it worked well.

In implementing this application, I benefited from the information provided in the ChatGPT Prompt Engineering for Developers course.

You can check the implementation prompts and try this application and others, and create your own applications using my open-source project, Conversational App Engine.