Skip to content

Commit c9ab166

Browse files
authored
docs: add video demo (#45)
* docs: add video demonstrate * wip: video * docs: update to gif * docs: optimization gif size * docs: demo link * docs: update to vedeo
1 parent 21a604b commit c9ab166

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

README.ja-JP.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> [English](./README.md) | [简体中文](./README.zh-CN.md) | 日本語
22

3+
<div align="center">
4+
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" height=70">
5+
</div>
6+
37
<h1 align="center">GPT-Vis</h1>
48

59
<div align="center">
@@ -11,11 +15,10 @@ GPTs、生成AI、およびLLMプロジェクトのためのコンポーネン
1115
<a href="/knowledges" target="_blank">知識</a> •
1216
<a href="https://tbox.alipay.com/experience/202410APr1n200110168?id=20241122F8eB00104644" target="_blank">エージェントデモ</a>
1317
</p>
14-
15-
<div align="center">
16-
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" width=500">
1718
</div>
1819

20+
<div align="center">
21+
<video src="https://github.com/user-attachments/assets/b8eb4a89-b0ed-4a39-8fab-316161949446" />
1922
</div>
2023

2124
## ✨ 特徴
@@ -65,7 +68,7 @@ export default () => {
6568
```
6669

6770
<details>
68-
<summary>🛠 カスタムレンダラー</summary>
71+
<summary>🛠 レンダラーUIのカスタマイズ</summary>
6972

7073
```jsx
7174
import { GPTVisLite, withChartCode, ChartType, Pie } from '@antv/gpt-vis';
@@ -140,7 +143,7 @@ set_gpt_vis(content)
140143

141144
## 🤖 チャート推奨データセット
142145

143-
チャート推奨データセットは、与えられたデータに基づいてチャートタイプを推奨する能力を評価または微調整するために設計されています。データセットは現在、16種類のチャートをカバーしており、各チャートタイプには1〜3の異なるデータシナリオがあり、各シナリオには15以上のチャートデータインスタンスがあります。データセットは継続的に更新されており、使用ケースから収集したチャートデータの提供を歓迎します。データセットの詳細については、[evaluations/recommend](https://github.com/antvis/GPT-Vis/tree/main/evaluations/recommend/README.md)をご覧ください。
146+
チャート推奨データセットは、与えられたデータに基づいてチャートタイプを推奨する能力を評価または微調整するために設計されています。データセットは現在、16種類のチャートをカバーしており、各チャートタイプには1〜3の異なるデータシナリオがあり、各シナリオには15以上のチャートデータインスタンスがあります。データセットは継続的に更新されており、使用ケースから収集したチャートデータの提供を歓迎します。データセットの詳細については、[evaluations/recommend](https://github.com/antvis/GPT-Vis/blob/main/evaluations/datastes/recommend/README.en.md)をご覧ください。
144147

145148
## 💻 開発
146149

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md)
22

3+
<div align="center">
4+
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" height=70">
5+
</div>
6+
37
<h1 align="center">GPT-Vis</h1>
48

59
<div align="center">
@@ -11,11 +15,11 @@ Components for GPTs, generative AI, and LLM projects. **Not only UI Components**
1115
<a href="/knowledges" target="_blank">Knowledge</a> •
1216
<a href="https://tbox.alipay.com/experience/202410APr1n200110168?id=20241122F8eB00104644" target="_blank">Agent Demo</a>
1317
</p>
14-
15-
<div align="center">
16-
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" width=500">
1718
</div>
1819

20+
<div align="center">
21+
<video src="https://github.com/user-attachments/assets/b8eb4a89-b0ed-4a39-8fab-316161949446" />
22+
<!-- <a href="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*ut_RSJxdBMoAAAAAAAAAAAAADmJ7AQ/original" target="_blank"><img src="https://github.com/user-attachments/assets/d6e90e58-9bf7-4c40-a2db-96cbd68ed818" width="800"></a> -->
1923
</div>
2024

2125
## ✨ Features
@@ -65,7 +69,7 @@ export default () => {
6569
```
6670

6771
<details>
68-
<summary>🛠 Custom renderer</summary>
72+
<summary>🛠 Custom renderer UI</summary>
6973

7074
```jsx
7175
import { GPTVisLite, withChartCode, ChartType, Pie } from '@antv/gpt-vis';
@@ -140,7 +144,7 @@ Note: The numbers in the format of X/Y represent the metrics of the respective c
140144

141145
## 🤖 Chart Recommendation Dataset
142146

143-
The chart recommendation dataset is designed to evaluate or fine-tune large language models on their ability to recommend chart types based on given data. The dataset currently encompasses 16 types of charts, with 1-3 different data scenarios per chart type, and more than 15 chart data instances for each scenario. The dataset is continuously updated, and we welcome contributions of chart data collected from your own use cases. For more detailed information about the dataset, please visit [evaluations/recommend](https://github.com/antvis/GPT-Vis/tree/main/evaluations/recommend/README.md).
147+
The chart recommendation dataset is designed to evaluate or fine-tune large language models on their ability to recommend chart types based on given data. The dataset currently encompasses 16 types of charts, with 1-3 different data scenarios per chart type, and more than 15 chart data instances for each scenario. The dataset is continuously updated, and we welcome contributions of chart data collected from your own use cases. For more detailed information about the dataset, please visit [evaluations/recommend](https://github.com/antvis/GPT-Vis/blob/main/evaluations/datastes/recommend/README.en.md).
144148

145149
## 💻 Development
146150

README.zh-CN.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> [English](./README.md) | 简体中文 | [日本語](./README.ja-JP.md)
22

3+
<div align="center">
4+
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" height=70">
5+
</div>
6+
37
<h1 align="center">GPT-Vis</h1>
48

59
<div align="center">
@@ -11,11 +15,10 @@ Components for GPTs, generative AI, and LLM projects. **Not only UI Components**
1115
<a href="/knowledges" target="_blank">知识库</a> •
1216
<a href="https://tbox.alipay.com/experience/202410APr1n200110168?id=20241122F8eB00104644" target="_blank">体验 Agent</a>
1317
</p>
14-
15-
<div align="center">
16-
<img src="https://github.com/eosphoros-ai/GPT-Vis/assets/17919400/c8804ffb-d3d6-45d3-846f-cf217681ab05" width=500">
1718
</div>
1819

20+
<div align="center">
21+
<video src="https://github.com/user-attachments/assets/b8eb4a89-b0ed-4a39-8fab-316161949446" />
1922
</div>
2023

2124
## 特性
@@ -65,7 +68,7 @@ export default () => {
6568
```
6669

6770
<details>
68-
<summary>🛠 定制渲染器</summary>
71+
<summary>🛠 定制渲染 UI</summary>
6972

7073
```jsx
7174
import { GPTVisLite, withChartCode, ChartType, Pie } from '@antv/gpt-vis';
@@ -138,7 +141,7 @@ set_gpt_vis(content)
138141

139142
## 🤖 图表模型推荐数据集
140143

141-
图表推荐数据集用于评测/微调大模型在“给定数据,推荐图表类型”任务上的能力。数据集目前涵盖了 16 种图表类型,每种图表类型下 1-3 个不同数据场景,每个场景下 15+ 个图表数据。数据会持续更新,也欢迎向我们贡献你的使用场景中收集的图表数据。数据集详细信息见 [evaluations/recommend](https://github.com/antvis/GPT-Vis/tree/main/evaluations/recommend/README.md)
144+
图表推荐数据集用于评测/微调大模型在“给定数据,推荐图表类型”任务上的能力。数据集目前涵盖了 16 种图表类型,每种图表类型下 1-3 个不同数据场景,每个场景下 15+ 个图表数据。数据会持续更新,也欢迎向我们贡献你的使用场景中收集的图表数据。数据集详细信息见 [evaluations/recommend](https://github.com/antvis/GPT-Vis/blob/main/evaluations/datastes/recommend/README.md)
142145

143146
## 💻 本地开发
144147

0 commit comments

Comments
 (0)