GithubHelp home page GithubHelp logo

lightapis / compre-face-sdk Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 5.66 MB

Exadel CompreFace Rest API TypeScript SDK

Home Page: https://www.npmjs.com/package/@dragonish/compre-face-sdk

License: MIT License

JavaScript 1.13% TypeScript 98.87%
compreface compreface-sdk exadel face-recognition sdk

compre-face-sdk's Introduction

compre-face-sdk

Exadel CompreFace Rest API TypeScript SDK.

Installation

npm install @dragonish/compre-face-sdk

Usage

Face Recognition Service

import { FaceRecognitionService } from '@dragonish/compre-face-sdk';

const frs = new FaceRecognitionService('<api url>', '<api key>');

Methods

Method name Description
addASubject() Add a Subject
renameASubject() Rename a Subject
deleteASubject() Delete a Subject
deleteAllSubjects() Delete All Subjects
listSubjects() List Subjects
getURLOfAddAnExample() Get the full URL of "Add an Example of a Subject"
addAnExample() Add an Example of a Subject
listOfAllExamples() List of All Saved Examples of the Subject
deleteAllExamplesOfTheSubject() Delete All Examples of the Subject by Name
deleteAnExample() Delete an Example of the Subject by ID
deleteMultipleExamples() Delete Multiple Examples
DirectImageExample() Direct Download an Image example of the Subject by ID
downloadImageExample() Download an Image example of the Subject by ID
getURLOfRecognizeFaces() Get the full URL of "Recognize Faces from a Given Image"
recognizeFaces() Recognize Faces from a Given Image
recognizeFacesByEmbedding() Recognize Faces from a Given Image, Embedding
getURLOfVerifyFaces() Get the full URL of "Verify Faces from a Given Image"
verifyFaces() Verify Faces from a Given Image
verifyFacesByEmbedding() Verify Faces from a Given Image, Embedding

Face Detection Service

import { FaceDetectionService } from '@dragonish/compre-face-sdk';

const fds = new FaceDetectionService('<api url>', '<api key>');

Methods

Method name Description
getURLOfFaceDetection() Get the full URL of "Face Detection Service"
faceDetection() Face Detection Service

Face Verification Service

import { FaceVerificationService } from '@dragonish/compre-face-sdk';

const fvs = new FaceVerificationService('<api url>', '<api key>');

Methods

Method name Description
getURLOfFaceVerification() Get the full URL of "Face Verification Service"
faceVerification() Face Verification Service
faceVerificationByEmbedding() Face Verification Service, Embedding

Credits

License

MIT

compre-face-sdk's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.