
Ultimate access to all questions.
Imagine you're at a shipping company that utilizes distribution centers with delivery lines to route packages. The company is considering installing cameras on these lines to identify and monitor any visual damage to packages during transit. Which solution would you recommend to automate the detection of damaged packages and alert for human inspection in real time while the packages are en route?
A
Utilize TensorFlow to develop a model trained on your collection of images. Then, use a Python notebook in Cloud Datalab with this model to analyze packages for damage.
B
Leverage the Cloud Vision API to detect damage and trigger an alert via Cloud Functions, integrating this function with the package tracking applications.
C
Employ BigQuery machine learning for scalable model training, enabling batch analysis of packages.
D
Train an AutoML model on your image dataset, and construct an API around this model for integration with the package tracking applications.