google-vision-api
Version:
NodeJS implementation of Goolge Cloud Vision API. The latest update has promise pattern implemented
24 lines (23 loc) • 550 B
JSON
{
"name": "google-vision-api",
"version": "1.0.0",
"description": "NodeJS implementation of Goolge Cloud Vision API. The latest update has promise pattern implemented",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"google",
"api",
"machine learning",
"cloud",
"vision",
"image",
"image recognition",
"deep learning",
"object detection",
"spam detection"
],
"author": "heartytian <heartytianwork@gmail.com>",
"license": "ISC"
}