If we recall from Chapter 1, Introduction To AI, the three primary steps involved in any machine learning system are: ability to consume datasets, train the model, and predict the outcome. The following diagram shows all these steps in relation to the image recognition offered by the Einstein Vision services:
All the APIs required to train the model, and upload and form datasets are discussed here:
https://metamind.readme.io/docs/predictive-vision-service-api
In this section, we will explore a few of the API calls that we will use frequently. To get a temporary token to use along with the CURL tool, generate a temporary token using the following URL:
https://api.metamind.io/token
This will require you to input the Email or Account ID used for registration and the Private Key downloaded in the previous step. The following diagram shows us how to obtain...