Skip to content

Facetracking with crop and device position verification

License

Notifications You must be signed in to change notification settings

acarlos/facetracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facetracking

Facetracking with crop and device position verification. This Apache Cordova Application uses tracking.js (https://trackingjs.com/) for face detecting .

Tutorial

http://web2face.com/facetracking/tutorial.html

Installation

  1. Install nodejs:
    https://nodejs.org/en/download/
    ... or alternatively via package manager(linux):
    sudo apt-get install -y nodejs

  2. Install cordova:
    npm install -g cordova

  3. Download the project:
    git clone https://github.com/acarlos/facetracking.git

  4. Navigate to project's root folder, provided with this repo:
    cd facetracking

  5. Add platforms before you run emulator/build:
    cordova platform add android or cordova platform add ios

Usage

  1. Navigate to project's root folder.
    cd facetracking

  2. Build native app & run it on mobile device:
    cordova run android or cordova run ios

Results

screenshot

About

Facetracking with crop and device position verification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published