Skip to content

SughiY/Shion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Shion (A Face Verification Server)

Shion is my conception project in Supélec. I want to show a prototype mechanism for face recognition on the website.

I use Opencv for realising face recognition and use sails.js for constructing the server.

Before finishing it, I study @irlnathan/activityoverlord for how to construct a web application with sails.js and the logic of the face recognition from @charlesmwang/facerec-server-node-sails

#Install

Requirements principal

  • OpenCV 2.3.1
  • node.js and npm
  • sails.js $sudo npm install -g sails
  • graphicsmagic

dependencies for sails.js

  • gm
  • grunt
  • sails-mongo
  • ejs
  • optimist
  • opencv
  • bcrypt
  • crypto

install them by npm

$npm install [dependencies]

then run the sails

$sails lift

About

A simple login application with face recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors