Reputation: 31
I want to create an application where in I capture images of people within my family and detect who it is. can I use vision API to create cloud database to store different pictures of each family members labelled with their names so that when I pull a request from the API it scans the images from the database and detects which family member it is rather than just detecting the faces in it. can I train it to do so???
Upvotes: 3
Views: 720
Reputation: 57
It is possible to train the classifier. More details can be found in this link: How to train and classify images using Google Cloud Machine Learning and Cloud Dataflow
Upvotes: 1