Skip to content

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

License

Notifications You must be signed in to change notification settings

purplecode/faces

Repository files navigation

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

Run demo (creates faces database in mongodb)

jspm install
gulp less
demo.sh

Run demo using docker

jspm install
docker-compose up

Run bundled production version:

jspm install
gulp less
gulp createBundle
PORT=3000 forever server/www

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

Enjoy!

Screenshots




About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published