Skip to content

Releases: exadel-inc/compreface-javascript-sdk

CompreFace JavaScript SDK 1.0.0

Choose a tag to compare

@pospielov pospielov released this 08 Jul 15:53
b1bac4f

Features

  • Added support of CompreFace 1.0.0 features

Compatibility

Please see the compatibility matrix here.

Installation

To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk

CompreFace JavaScript SDK 0.6.0

Pre-release

Choose a tag to compare

@pospielov pospielov released this 19 Sep 10:28
52260bd

Features

  • Added support of CompreFace 0.6.0 features

Compatibility

Please see the compatibility matrix here.

Installation

To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk

CompreFace JavaScript SDK 0.5.2

Pre-release

Choose a tag to compare

@pospielov pospielov released this 21 May 09:56
36f781b

Features

  • Refactoring, unit tests, and optimizations.

Compatibility

  • CompreFace JavaScript SDK 0.5.2 is compatible with CompreFace 0.5.0 version and more. Please see the compatibility matrix here.

Installation

To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk

CompreFace JavaScript SDK 0.5.1

Pre-release

Choose a tag to compare

@pospielov pospielov released this 06 May 09:13
4abc5f5

Features

  • Added support of Blob object. See more here
  • Added face detection webcam demo. See more here

Compatibility

  • CompreFace JavaScript SDK 0.5.1 is compatible with CompreFace 0.5.0 version and more. Please see the compatibility matrix here.

Installation

To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk

CompreFace JavaScript SDK 0.5.0

Pre-release

Choose a tag to compare

@pospielov pospielov released this 25 Apr 11:50
cc71d41

Features

  • Added support of new CompreFace features: Face detection services, Face verification service, and face plugins. See more in CompreFace documentation.

Compatibility

  • CompreFace JavaScript SDK 0.5.0 is compatible with CompreFace 0.5.0 version and more. Please see the compatibility matrix here.

Installation

To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk

CompreFace JavaScript SDK 0.4.1

Pre-release

Choose a tag to compare

@pospielov pospielov released this 29 Mar 16:24

CompreFace JavaScript SDK makes face recognition into your application even easier.

Requirements

Before using our SDK make sure you have installed CompreFace and Nodejs on your machine.

  1. CompreFace(Version 0.4.1)
  2. Nodejs(Version 10+)

Installation
To add CompreFace JS SDK to your project, run the following command in the project folder:

npm i @exadel/compreface-js-sdk