Face recognition web application, for small businesses
-
Copy repository
git clone https://github.com/ashok942/boffee.git
-
Get all the required packages
npm install
-
Run the application locally
node app
-
Browse to see it 'in action'
-
'take picture' will take a picture and show the stream value below the webcam stream. the image data is then posted to /photo and the image will be stored in the static/grabs folder. the stored image will then be displayed alongside the stream grab.