sgarmendia / vizago

Biometric analysis app - Facial Recognition

Home Page:https://vizago.herokuapp.com/#!/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5,CSS3 and JS Standard - JavaScript Style Guide Bootstrap Bower SASS AngularJS NodeJS MongoDB Skylab

Standard - JavaScript Style Guide

VIZAGO

vizagoLanding

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

analysisExample

VISAGO was developed with a NodeJS and ExpressJS server, AngularJS for the client and MongoDB/Mongoose for our DataBase.

vizagoOptions

compare

Installation

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

API

This application relies on external API services for biometric analysis and data:

Lie Detector Disclaimer

![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.

Coding Style

The code has been developed under the JavaScript Standard Style

Author

Simon Garmendia

Built With

Acknowledgments


Copyright © 2017 SG. Keep coding!

About

Biometric analysis app - Facial Recognition

https://vizago.herokuapp.com/#!/


Languages

Language:JavaScript 99.1%Language:HTML 0.7%Language:CSS 0.2%