Chart-GPT is an AI tool that builds charts based on text input, converting text into beautiful charts in seconds. https://www.chartgpt.dev/ First clone this repository: git clone https://github.com/whoiskatrin/chart-gpt.git cd chart-gpt Then copy the .example template with cp .env.example .env , and add your OpenAI API key: OPENAI_API_KEY=”your-api-key” Then install dependencies and start the development server: npm install npm run dev # or yarn yarn dev htt… |
#ChartGPT #tool #building #charts #based #text #input