MetaGPT/examples/ci
2024-02-08 18:30:20 +08:00
..
crawl_webpage.py create ci example folder, mv existing and create new 2024-02-07 13:00:31 +08:00
data_visualization.py mv examples 2024-02-07 21:54:40 +08:00
email_summary.py add ocr example, modify email example 2024-02-08 00:05:00 +08:00
imitate_webpage.py create ci example folder, mv existing and create new 2024-02-07 13:00:31 +08:00
machine_learning.py add ml example 2024-02-08 17:09:07 +08:00
ml_engineer_with_tools.py add ml example 2024-02-08 17:09:07 +08:00
ocr_receipt.py add ocr example, modify email example 2024-02-08 00:05:00 +08:00
README.md add example readme 2024-02-08 18:30:20 +08:00
rm_image_background.py create ci example folder, mv existing and create new 2024-02-07 13:00:31 +08:00
sd_tool_usage.py create ci example folder, mv existing and create new 2024-02-07 13:00:31 +08:00
solve_math_problems.py change math problems 2024-02-07 15:55:20 +08:00

Code Interpreter (CI)

What is CodeInterpreter

CodeInterpreter is an agent who solves 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.

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 here for detailed explanation.