From 66d891fe81cbca40dad61d00ddda3003c3d45f12 Mon Sep 17 00:00:00 2001 From: yzlin Date: Thu, 8 Feb 2024 18:30:20 +0800 Subject: [PATCH] add example readme --- examples/ci/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/ci/README.md diff --git a/examples/ci/README.md b/examples/ci/README.md new file mode 100644 index 000000000..d526b94c7 --- /dev/null +++ b/examples/ci/README.md @@ -0,0 +1,18 @@ +# 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](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/code_interpreter/ci_intro.html) for detailed explanation. \ No newline at end of file