ishotdog

Hot Dog image recognition

Usage no npm install needed!

<script type="module">
  import ishotdog from 'https://cdn.skypack.dev/ishotdog';
</script>

README

Image of ishotdog

IsHotDog NPM Package

Quickstart

Before you begin

  1. [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.

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