Hot Dog image recognition
npm install ishotdog1. [Select or create a Cloud Platform project][projects].
2. [Enable billing for your project][billing].
3. [Enable the Google Cloud Vision API API][enable_api].
4. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.
``bash`
npm install ishotdog
`javascript
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))
``
ISC
See LICENSE