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.
I would go with following steps:
Training
Testing
Library that I suggest:
scikit-learn - SVM
OpenCV - Image Manipulations