ishotdog
v1.0.2
Published
Hot Dog image recognition
Downloads
2
Maintainers
Readme
IsHotDog NPM Package
Quickstart
Before you begin
- [Select or create a Cloud Platform project][projects].
- [Enable billing for your project][billing].
- [Enable the Google Cloud Vision API API][enable_api].
- [Set up authentication with a service account][auth] so you can access the API from your local workstation.
Installing the client library
npm install ishotdog
Using the client NodeJS library
const isHotDog = require('ishotdog')
const gcKeyFile = './GCKeyFile.json'
const projectId = "myProjectId"
const image = "IMAGE_URL"
isHotDog.notHotDog(gcKeyFile, projectId, image)
.then(isHotDog => console.log(isHotDog))
License
ISC
See LICENSE