imagerecongition

1.3.0 • Public • Published

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
});

Readme

Keywords

Package Sidebar

Install

npm i imagerecongition

Weekly Downloads

0

Version

1.3.0

License

MIT

Last publish

Collaborators

  • xc0d3rz