Reputation: 161
I wish to use Google Cloud Vision API to generate features from images, that I will further use to train my SVM for emotion recognition problem. Please provide a detailed procedure for how to write a script in python that can use Google Cloud Vision API to generate features that I can directly feed into SVM.
Upvotes: 1
Views: 1028
Reputation: 762
I would go with following steps:
Training
Testing
Library that I suggest:
scikit-learn - SVM
OpenCV - Image Manipulations
Upvotes: 1