Simple NodeJS App that uses Microsoft Cognitive Face API to detect faces in images.
- NodeJS version 8.x
- MongoDB version 3.x
- ImageMagick is likely installed by default on linux. If not [ apt install imagemagick ].
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