Skip to content

aaronchong888/Azure-Face-EmotionRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face API - Emotion Recognition Sample

Description

This sample demonstrates a simple web app with server side Node.js codes for ranking uploaded photos in terms of the happiness using Face API from Microsoft Cognitive Services.

Getting Started

Prerequisites

Installation

npm install

Usage

  1. Get Face API key from Microsoft Cognitive Services - Face API

  2. Open server.js in any code editor (e.g. VSCode), change API_URL, API_KEY and SAS_SIGNATURE to your desired API and the corresponding keys

  3. Open index.html (under /public folder) in any code editor, change STORAGE_ACCOUNT_NAME and BLOB_CONTAINER_NAME to specify your desired Azure Storage Account and Blob container

  4. Start your Node.js server by running npm start- browse to localhost:1337 and try to upload your own photos in any modern web browsers!

Deployment

Credits

Contributors

About

A Node.js sample web app for ranking happiness, using the Microsoft Cognitive Services Face API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors