tomusdrw / faces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faces

Start recognizing people with whom you are working or studing with.

Application facilitates learning people's faces, combining their names and surnames with their photos. It originates from the corporate environment, in which, after 3 years of working, I barely remembered some of my colleagues names.

Installation

Prerequisites:

  • node.js
  • mongodb

Add the following sample data to faces database (can be changed in app.js)

db.faces.insert({ "forename" : "Maka", "surname" : "Paka", "photos" : [  "maka-paka.jpg" ]});
db.faces.insert({ "forename" : "Igi", "surname" : "Pigiel", "photos" : [  "igi-pigiel.jpg" ]});

Run

node app.js

Open http://localhost:3000 in your browser.

Enjoy!

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 72.5%Language:CSS 27.5%Language:Shell 0.0%