mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
| .. | ||
| arxiv_reader.py | ||
| crawl_webpage.py | ||
| custom_tool.py | ||
| data_visualization.py | ||
| email_summary.py | ||
| fix_github_issue.py | ||
| imitate_webpage.py | ||
| machine_learning.py | ||
| machine_learning_with_tools.py | ||
| ocr_receipt.py | ||
| README.md | ||
| rm_image_background.py | ||
| sd_tool_usage.py | ||
| solve_math_problems.py | ||
| use_github_repo.py | ||
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!