Google
PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #103
You work as an ML engineer at a social media company, and you are developing a visual filter for users' profile photos. This requires you to train an ML model to detect bounding boxes around human fac
The correct answer is A. Train a model using AutoML Vision and use the "export for Core ML" option.. https://cloud.google.com/vision/automl/docs/export-edge Core ML -> iOS and macOS Coral -> Edge TPU-based device TensorFlow.js -> web
Submitted by anna_se· Apr 18, 2026ML pipeline operationalization
Question
You work as an ML engineer at a social media company, and you are developing a visual filter for users' profile photos. This requires you to train an ML model to detect bounding boxes around human faces. You want to use this filter in your company's iOS-based mobile phone application. You want to minimize code development and want the model to be optimized for inference on mobile phones. What should you do?
Options
- ATrain a model using AutoML Vision and use the "export for Core ML" option.
- BTrain a model using AutoML Vision and use the "export for Coral" option.
- CTrain a model using AutoML Vision and use the "export for TensorFlow.js" option.
- DTrain a custom TensorFlow model and convert it to TensorFlow Lite (TFLite).
How the community answered
(30 responses)- A83% (25)
- B3% (1)
- C3% (1)
- D10% (3)
Explanation
https://cloud.google.com/vision/automl/docs/export-edge Core ML -> iOS and macOS Coral -> Edge TPU-based device TensorFlow.js -> web
Topics
#AutoML Vision#Mobile ML#Core ML#Model Deployment Optimization
Community Discussion
No community discussion yet for this question.