analyze_design_image_for_training
Extracts colors, typography, components, and layout from UI design images for machine learning training. Privacy-friendly, no image storage.
Instructions
Analyze a UI design image to extract patterns, styles, and components for ML training. Does NOT store images - only extracts structured design data (colors, typography, components, layout). Privacy-friendly and zero-cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_data | Yes | Base64-encoded image data of the UI design reference to analyze for ML training | |
| image_mime_type | No | MIME type of the image | image/png |
| description | No | Optional description of the design (e.g., "Modern SaaS dashboard with glassmorphism effects") | |
| component_name | No | Optional name for the design reference (auto-generated if omitted) | |
| framework | No | Framework context for code generation during analysis | react |