Authentication with Webcam using facial reckognition and node-js.
It snaps a picture with the configured camera module (webcam or raspberry w/ raspistill), send it to the aws rekognition with the configured params and return the person found, if any.
- Download zip, or clone the repo
git clone https://github.com/Agezao/node-cam.git - cd to project folder
- run
[sudo] npm install(first time users) - edit config with your informations and rename it to
index.js(instead ofindex.example.js) node index.js --helpto get more info on how it works
##Examples
node index.js --operation save --person someoneIf found someone in the snaped picture, saves the person with the alias "someone"
node index.js --operation matchIf found someone in the snaped picture, check if the face is known in the given bucket
Do whatever you want. open-source MIT license.