add example readme

This commit is contained in:
yzlin 2024-02-08 18:30:20 +08:00
parent 74c5807d01
commit 66d891fe81

18
examples/ci/README.md Normal file
View file

@ -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.