Skip to content

mjmgooch/jitterbit-demo-face-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jitterbit X Microsoft Face Detect API

This NodeJS app, allows you to interact with a jitterbit project and API's configured to utilise the Microsoft Azure Face Detect API.

Pre-requisites

You will need an active licence account with jitterbit and need to have established 4 x API routes for all demos to work:

  1. POST /facedetect - Returns face detection data based on supplied image url
  2. POST /faceaddnewface - Returns results of adding a new face to the Microsoft Azure face detection API based on supplied personname and image url
  3. POST /faceverify - Returns results of face verification based on person name and image url
  4. GET /getsalesforceusers - Returns a list of Salesforce users

Installation

Firstly, ensure you have nodejs and npm installed.

Once downloaded, open the project folder and run:

  1. Install project dependencies:
npm install
  1. Configure your jitterbit API urls in app.js, create.ejs, detect.js, verify.js

  2. To run the project:

npm run watch

Usage

Browse to the output url http://localhost:3000 to interact with the demo.

Contributing

Pull requests are welcome.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published