Google Cloud ML APIs
The Google Cloud ML APIs are a set of ML API services that provides pre-trained models and tools for developers and data scientists to build custom ML models and ML applications. Figure 10.8 shows a diagram of the Cloud ML APIs that we will cover next:
Figure 10.8 – Google Cloud ML APIs
Sight API
Google Cloud Sight API includes Cloud Vision API and Cloud Video API. The former analyzes static images and the latter learns from videos.
Cloud Vision API
Google Cloud Vision API is a cloud-based image analysis tool that helps developers to build applications that can understand the content of images, leveraging pre-trained computer vision models. Here are some key features of Cloud Vision API:
- Label detection: It helps to identify objects and the context within an image
- Optical Character Recognition (OCR): It detects and extracts text from images
- Face detection: It detects faces and facial features within...