https://www.chartgpt.dev/
源代码: https://github.com/whoiskatrin/chart-gpt
ChartGPT.DEV, 基于AI自动生成表格的工具,直接输入文本即可构建图表,表格类型包含了常用的条形图、折线图、散点图、饼图、树图等
-------
AI tool to build charts based on text input .
Chart-GPT - text to beautiful charts within seconds
Getting Started
To get started, first clone this repository:
git clone https://github.com/whoiskatrin/chart-gpt.git
cd chart-gpt
Then duplicate the .env.example
template with cp .env.example .env
and add your PaLM API key:
BARD_KEY="your-api-key"
Then install the dependencies and start the development server:
npm install
npm run dev
# or
yarn
yarn dev
This will start the development server at http://localhost:3000.
To use the full functionality of the credit system as
well, you'll need to setup Supabase, Stripe, and NextAuth with Google —
and their respective environment variables found in the .env.example
file.
from https://github.com/whoiskatrin/chart-gpt
No comments:
Post a Comment