New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

imagerecongition

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagerecongition

Image Recognition for nodejs

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

npm-imagerecognition

Usage

var ImageRecognition = require("imagerecongition");
new ImageRecognition(imageURL,callback);

Example for the picture below:

President of the USA Barack Obama

var ImageRecognition = require("imagerecongition");
new ImageRecognition("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg",function(res){
  console.log(res); //president obama
});

Keywords

imagerecognition

FAQs

Package last updated on 01 May 2017

Did you know?

Socket

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