Skip to content

nghduc97/emo-clash

Repository files navigation

Emo Clash

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/camera doesn't work with ionic:serve so do ionic cordova build browser and open platforms/browser/www/index.html to test camera.