Emo Clash
October 15, 2017 ยท View on GitHub
A mobile app to measure your expression using Microsoft Cognitive API.
Developement
To setup:
yarn
Create 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.
Note
@ionic-native/cameradoesn't work withionic:serveso doionic cordova build browserand openplatforms/browser/www/index.htmlto test camera.