Motor Control Center Visual Inspection with Google ADK and Modal
Manual quality inspection of custom Motor Control Centers (MCC) introduces long delivery lead times and assembly defect leakage. Build an automated visual defect inspection agent using Google ADK and Modal serverless GPU inference to classify MCC assembly defects with sub-500ms processing latency.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop a serverless vision inspection pipeline for Motor Control Center panels using Google ADK multimodal capabilities on Modal.
How work is evaluated
Evaluates multimodal inspection performance on MCC terminal block imagery.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
defect_detected
Ensures that genuine assembly defect is flagged.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
mean_average_precision
mAP score for terminal block defect localization • target: 0.92 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Deploy Gemini Vision multimodal model on Modal serverless GPU workers
Utilize Google Agent Development Kit (ADK) to build interactive defect triage tools
Classify MCC wiring errors, missing terminal block snaps, and component misalignments
Generate structured inspection audit logs with spatial bounding coordinates
Reference links and supporting material
Images of motor control center internal panels showing terminal block connections and wiring paths.
How this agent runs
Evaluates multimodal inspection performance on MCC terminal block imagery.
Challenge input
JSON object with image_url or base64 image data
Google ADK
Google Agent Development Kit for Gemini multimodal pipelines
Modal
Serverless GPU deployment platform for fast vision model execution
Evaluated output
JSON object containing defects (list of { defect_type, location, confidence })
- Ensures that genuine assembly defect is flagged.
- mAP score for terminal block defect localization • target: 0.92 • range: 0-1
- Benchmark: IndustrialVision-MCC-2025
- Mean Average Precision target: 0.92
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Modal · Required
- Google · Optional
- Google ADK · Optional
- Modal · Required
Evaluation contract
- defect_detected · Weight 1
- mean_average_precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.