imentos / dkom-face

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition as Service

Setup:

  1. Go to root folder:
npm install
  1. Go to web folder
bower install

Startup:

  1. Go to root folder:
node index.js
  1. Go to http://localhost:3000/index.html in Chrome

Output Image Location:

We capture images from webcam every second and save into this location for Karthik's algorithm. It is important to have the right location. Otherwise, car counting won't work.

Go to root\config.json

{
	"imageLocation": "<YOUR IMAGE OUTPUT LOCATION>"
}

About


Languages

Language:JavaScript 65.2%Language:CSS 17.2%Language:HTML 11.2%Language:Python 6.3%