Face Recognition with Node.js

It’s pretty simple to have a basic face recognition in Node.js using the Face.com API. Pre-Requirements : 0. You will need apikey and api-secret from face.com. You can obtain them by clicking here. 1. I am using a package called restler to handle REST requests. npm install restler Here is the code: var sys = … Read more