Skip to content

Face Detection using Microsoft Face API in Node.js

Notifications You must be signed in to change notification settings

saadat99/nodeFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published