MetaGPT/examples/di
2024-03-25 11:24:02 +08:00
..
arxiv_reader.py remove incorrect file header 2024-03-21 10:46:08 +08:00
crawl_webpage.py update examples 2024-03-12 16:11:57 +08:00
custom_tool.py add custom tool example 2024-03-22 11:19:20 +08:00
data_visualization.py pre-commit 2024-03-25 11:24:02 +08:00
email_summary.py update examples 2024-03-12 16:11:57 +08:00
imitate_webpage.py update examples 2024-03-12 17:50:10 +08:00
machine_learning.py restore WalmartSalesForecast example. 2024-03-14 10:26:12 +08:00
machine_learning_with_tools.py update example 2024-03-14 00:42:27 +08:00
ocr_receipt.py rename interpreter 2024-03-01 19:48:39 +08:00
README.md cite paper 2024-03-13 16:52:30 +08:00
rm_image_background.py update examples 2024-03-12 16:11:57 +08:00
sd_tool_usage.py update examples 2024-03-12 16:11:57 +08:00
solve_math_problems.py update examples 2024-03-12 17:50:10 +08:00

Data Interpreter (DI)

What is Data Interpreter

Data Interpreter is an agent who solves data-related problems through codes. It understands user requirements, makes plans, writes codes for execution, and uses tools if necessary. These capabilities enable it to tackle a wide range of scenarios, please check out the examples below. For overall design and technical details, please see our paper.

Example List

  • Data visualization
  • Machine learning modeling
  • Image background removal
  • Solve math problems
  • Receipt OCR
  • Tool usage: web page imitation
  • Tool usage: web crawling
  • Tool usage: text2image
  • Tool usage: email summarization and response\
  • More on the way!

Please see the docs for more explanation.

We are continuously releasing codes, stay tuned!