Question 164 of 307
Single answerYou work for a shipping company that has distribution centers where packages move on delivery lines to route them properly. The company wants to add cameras to the delivery lines to detect and track any visual damage to the packages in transit. You need to create a way to automate the detection of damaged packages and flag them for human review in real time while the packages are in transit. Which solution should you choose?
AUse BigQuery machine learning to be able to train the model at scale, so you can analyze the packages in batches.
✓BTrain an AutoML model on your corpus of images, and build an API around that model to integrate with the package tracking applications.
CUse the Cloud Vision API to detect for damage, and raise an alert through Cloud Functions. Integrate the package tracking applications with this function.
DUse TensorFlow to create a model that is trained on your corpus of images. Create a Python notebook in Cloud Datalab that uses this model so you can analyze for damaged packages.
✓
Correct Answer: B
Train an AutoML model on your corpus of images, and build an API around that model to integrate with the package tracking applications.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.