Socket
Socket
Sign inDemoInstall

clmtrackr-smile-recognition

Package Overview
Dependencies
208
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    clmtrackr-smile-recognition

support package to clmtracker for smile recognition


Version published
Maintainers
1
Created

Readme

Source

clmtrackr-smile-recognition

this package is a support package to clmtrackr for smile recognition.

Usage

npm i clmtrackr-smile-recognition
import SmileClassifier from 'clmtrackr-smile-recognition';
const smileClassifier = new SmileClassifier();
const trackParameters = clmtrackr.getCurrentParameters();
const smileDetection = smileClassifier.meanPredict(trackParameters);
if (!smileDetection) { return; }
console.log('Great your smile was detected! =D');

For usage of clmtrackr please view the readme into repository

=D

Keywords

FAQs

Last updated on 21 Dec 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc