Skip to content

SkyBiometry Face Detection and Recognition API javascript client library

Notifications You must be signed in to change notification settings

appdevwk/FCClientJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCClientJS

SkyBiometry Face Detection and Recognition API JavaScript client library.

For more information about the API and the return values, visit the official documentation_.

  • Create an application in you account page at SkyBiometry_. This will generate a pair of strings, namely API_KEY and API_SECRET.

  • Modify this line in 'example/index.html':

    var client = new FCClientJS(!!!REPLACE_WITH_YOUR_API_KEY!!!, !!!REPLACE_WITH_YOUR_API_SECRET!!!);

  • Open 'index.html' in any browser which at least supports JavaScripts.

.. _SkyBiometry page: http://www.skybiometry.com/Account .. _official documentation: http://www.skybiometry.com/Documentation

About

SkyBiometry Face Detection and Recognition API javascript client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • HTML 34.7%