mi5t4n / emotion-quote

Emotion-quote is a web application which detects the facial expression in pictures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emotion-quote

Emotion-quote is a web application which detects the facial expression in pictures.

Features

  • Image can be taken from webcam.
  • Image can be uploaded.
  • Detect other features like smile, accessories and age.

Setup the project.

Step 1 : Install dependencies.

                  npm install

Step 2: Get key from Microsoft API.

                  Click here to get the Microsoft Face API Keys Microsoft Face API
                  After creating account, you will get the Face API Keys. Image of Face API Keys                                                                                     Fig: Image of Face API Keys

Step 3: Setup the subscription key.

                  Copy either Key 1 or Key 2 and paste the key to the subscriptionKey variable in app.js
                  var subscriptionKey = "31a9aa5823fd4371b59f628d904f85bd";

Screenshots

Image of Screenshot
                                                                                    Fig: Image of Screenshot

About

Emotion-quote is a web application which detects the facial expression in pictures.

License:MIT License


Languages

Language:JavaScript 69.0%Language:HTML 22.8%Language:CSS 8.2%