ember-facial-recognition

0.4.0 • Public • Published

ember-facial-recognition

Installation

git clone https://github.com/AlixThoi/ember-facial-recognition.git
cd ember-facial-recognition
npm install

Running Demo Locally

Run ember serve and visit the demo page at http://localhost:4200/api

Usage

  • This add on combines 'ember-webcam' and leverages Microsoft Cognitive Services(MCS).

  • Insert your subscription key

  • Paste an imageUri Or click the take a picture button to take a picture through a webcam

  • May have to change in the config/environment.js file, recognition.host, the URL to use the location where you obtained your subscription keys.

  • Load which persongroup you want, or create a new one

  • Clicking on a button starts the request and a response will be generated in the text area below

    • detect: returns back data about the user (age, emotion) and a unique FaceId which can be used for other services.

    • identify: returns only if that person is recognized by MCS

    • Get Person: returns the information associated with that specific Person Id

    • Create Person: Creates a Person on MCS, returns back a personID to associate with

    • Add Face: Adds the image to the person that was created

    • Train Person Group: Trains the personGroup

Dependencies

Readme

Keywords

Package Sidebar

Install

npm i ember-facial-recognition

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • alixnpm