Pretrained ML models
Google's pretrained models can be used to perform predictions without us needing any knowledge of how ML works. All of the models are accessible using APIs and can be directly consumed from your application. The data for prediction is delivered using a JSON file or is stored on Cloud Storage. There are currently a number of models available, as follows:
- The Cloud Speech-to-Text API
- The Cloud Text-to-Speech API
- The Cloud Translation API
- The Cloud Natural Language API
- The Cloud Vision API
- The Cloud Video Intelligence API
Let's have a quick look at each of them.
The Cloud Speech-to-Text API
The Cloud Speech-to-Text API empowers developers with the ability to turn speech into text. This API accepts received audio and returns a text transcription. This API can be used synchronously, asynchronously, or in a streaming model. Many languages and dialects are supported. For a full list, check the Further reading section...