Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nghduc97/emo-clash
Compete using Microsoft Emotion API.
https://github.com/nghduc97/emo-clash
firebase ionic2 microsoft-cognitive-services typescript
Last synced: 2 months ago
JSON representation
Compete using Microsoft Emotion API.
- Host: GitHub
- URL: https://github.com/nghduc97/emo-clash
- Owner: nghduc97
- License: mit
- Created: 2017-02-02T17:21:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T17:06:51.000Z (about 7 years ago)
- Last Synced: 2024-04-15T07:22:43.710Z (9 months ago)
- Topics: firebase, ionic2, microsoft-cognitive-services, typescript
- Language: HTML
- Size: 1.46 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - Microsoft Emotion API
README
# Emo Clash
A mobile app to measure your expression using Microsoft Cognitive API.## Developement
To setup:
``` bash
yarn
```Create `config/env.json` with following format:
``` javascript
{
"MicrosoftEmotion": "Your API key",
"FirebaseConfig": {
// firebase config object for web, include "apiKey", "authDomain", ...
// require anonymous authentication enabled
}
}
```Get your free API key for [Firebase](https://firebase.google.com/) and [Microsoft Emotion API](https://azure.microsoft.com/en-us/try/cognitive-services/#vision).
### 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.