AI Online Development
Experiment 02 - Image Analysis
Experiment Preparation:
- Ensure Doubao AI (Volcengine) is connected
- Find a JPG format image as experiment material
Experiment Steps:
cd AI_online# Enter main directorypython examples/01_image_analysis.py# Run example program
Terminal output:

You can use the built-in relative path images in the package. To use absolute path, create a folder named Pictures in the user home directory, then import image named image.jpg in its subdirectory.
Experiment results:

Function: Upload image to Doubao multimodal LLM for analysis and get text description
