Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 701 Bytes

File metadata and controls

19 lines (13 loc) · 701 Bytes

Face Detection

Simple NodeJS App that uses Microsoft Cognitive Face API to detect faces in images.

Prerequisites

Installation

Replace your api key in routes\index.js
Make sure MongoDB is up and running. Open CMD or Terminal and cd to app's directory (nodeFaceAPI). Enter following commands:

  • npm install
  • npm start

Open the browser and visit localhost:3000