Skip to content

Simple app that draws bar, column, line and area charts with the help of OpenAI API. Inspired from https://github.com/whoiskatrin/chart-gpt

License

Notifications You must be signed in to change notification settings

cem256/chart_gpt

Repository files navigation

Chart GPT

Simple app that draws bar, column, line and area charts with the help of OpenAI API

Preview

Getting Started

Follow these steps to run the project:

  1. Clone the repository:
git clone https://github.com/cem256/chart_gpt.git
  1. Obtain an API key from OpenAI API.

  2. Create a .env file in the env folder located at the root of the project, and add your API key:

BEARER = 'YOUR_API_KEY_GOES_HERE'
  1. Execute the following command in your project's root folder to generate required files:
flutter pub run build_runner build --delete-conflicting-outputs

And you are good to go. Run your project as you usually do.

About

Simple app that draws bar, column, line and area charts with the help of OpenAI API. Inspired from https://github.com/whoiskatrin/chart-gpt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published