Skip to content

Commit b02a79b

Browse files
committed
add index icons
1 parent 422a543 commit b02a79b

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22

33
### Automate local data analysis with groups of tool-using GPT agents.
44

5-
ChatGPT and Code Interpreter has changed the way of data analysis.
5+
ChatGPT and Code Interpreter has changed the way of data analysis.
66
But have you ever got frustrated about ...
7-
* Limited runtime and computing resources (no GPU access!)
8-
* Challenges in handling large and complex local datasets (which is hard to upload)
9-
* Certain Python packages being unavailable in online environment.
10-
* No vision ability to interpret the generated figures.
11-
* Lack of organized output from the analysis.
7+
8+
* 🤔 Limited runtime and computing resources (no GPU access!)
9+
* 📊 Challenges in handling large and complex local datasets (which is hard to upload)
10+
* 📦 Certain Python packages being unavailable in online environment.
11+
* 🚫 No vision ability to interpret the generated figures.
12+
* 🧩 Lack of organized output from the analysis.
13+
1214

1315
This project aims to replicate the online code interpreter experience locally, but also addressing all the issues mentioned above:
14-
* Code generation and execution in a local Python kernel
15-
* Full access to your data on local storage
16-
* A supervisor agent guides the coding agent to iteratively solve data analysis problems
17-
* Vision capabilities for the coding agent to interpret visual figures
18-
* Organized output, exported as Jupyter notebooks, PDF, and HTML
16+
17+
* 💻 Code generation and execution in a local Python kernel
18+
* 📂 Full access to your data on local storage
19+
* 🤖 A supervisor agent guides the coding agent to iteratively solve data analysis problems
20+
* 👀 Vision capabilities for the coding agent to interpret visual figures
21+
* 📚 Organized output, exported as Jupyter notebooks, PDF, and HTML
1922

2023
<!-- A data analysis project is usually motivated by a high level question and then break it down into -->
2124

docs/index.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
### Automate local data analysis with groups of tool-using GPT agents.
44

5-
ChatGPT and Code Interpreter has changed the way of data analysis.
5+
ChatGPT and Code Interpreter has changed the way of data analysis.
66
But have you ever got frustrated about ...
7-
* Limited runtime and computing resources (no GPU access!)
8-
* Challenges in handling large and complex local datasets (which is hard to upload)
9-
* Certain Python packages being unavailable in online environment.
10-
* No vision ability to interpret the generated figures.
11-
* Lack of organized output from the analysis.
7+
8+
* 🤔 Limited runtime and computing resources (no GPU access!)
9+
* 📊 Challenges in handling large and complex local datasets (which is hard to upload)
10+
* 📦 Certain Python packages being unavailable in online environment.
11+
* 🚫 No vision ability to interpret the generated figures.
12+
* 🧩 Lack of organized output from the analysis.
13+
1214

1315
This project aims to replicate the online code interpreter experience locally, but also addressing all the issues mentioned above:
14-
* Code generation and execution in a local Python kernel
15-
* Full access to your data on local storage
16-
* A supervisor agent guides the coding agent to iteratively solve data analysis problems
17-
* Vision capabilities for the coding agent to interpret visual figures
18-
* Organized output, exported as Jupyter notebooks, PDF, and HTML
1916

17+
* 💻 Code generation and execution in a local Python kernel
18+
* 📂 Full access to your data on local storage
19+
* 🤖 A supervisor agent guides the coding agent to iteratively solve data analysis problems
20+
* 👀 Vision capabilities for the coding agent to interpret visual figures
21+
* 📚 Organized output, exported as Jupyter notebooks, PDF, and HTML
2022
<!-- A data analysis project is usually motivated by a high level question and then break it down into -->
2123

2224
<!-- ## 🚀 Current Project Status: Transforming Data Analysis

0 commit comments

Comments
 (0)