Merge pull request #887 from garylin2099/ci_dev

add example readme
This commit is contained in:
garylin2099 2024-02-08 18:31:18 +08:00 committed by GitHub
commit 101b60b3ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.