This repository contains Full-Stack (MEAN) project visago. An app that is designed to make accesible to the general public the powerful practical applications of face recognition technology and biometrics. And also to have fun!
Explore VISAGO here: vizago
VISAGO was developed with a NodeJS and ExpressJS server, AngularJS for the client and MongoDB/Mongoose for our DataBase.
In order to install VISAGO you may clone this repository. NodeJS, npm and MongoDB are required.
To run the server:
XXXXX npm start
All dependencies will be installed automatically
You will need a .env
file containing:
DB_URI=mongodb://<dbuser>:<dbpassword>@ds035703.mlab.com:xxxxx/xxxxx
CLOUD_NAME=sgarmendia
API_KEY=XXXXXXXXXXXXX
API_SECRET=XXXXXXXXXXXXXXXXXXXXXX
UPLOAD_FOLDER=uploads
Please contact me at sgarmendia@gmail.com in order to provide API_KEY and API_SECRET.
A mongoDB MLAB database can be setup by the user here: MLAB
This application relies on external API services for biometric analysis and data:
![lieDetector](public/img/lie.png =250x)
The "lie detector" in this application was programmed mainly as a playful and fun way to enjoy the the biometric resources available. Even though it is based on sound aspects of psycological science, it is not intended as a real detector of lies or potential for lying. It is not valid for, and should not be used in any case for any other purpose than fun exchanges and innocent games.
The code has been developed under the JavaScript Standard Style
- SublimeText - Text editor
Copyright © 2017 SG. Keep coding!