A mobile app to measure your expression using Microsoft Cognitive API.
To setup:
yarnCreate config/env.json with following format:
{
"MicrosoftEmotion": "Your API key",
"FirebaseConfig": {
// firebase config object for web, include "apiKey", "authDomain", ...
// require anonymous authentication enabled
}
}Get your free API key for Firebase and Microsoft Emotion API.
@ionic-native/cameradoesn't work withionic:serveso doionic cordova build browserand openplatforms/browser/www/index.htmlto test camera.