1.0.6 • Published 3 years ago

inferrd v1.0.6

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

Inferrd

Inferrd.com is machine learning hosting platform for Tensorflow, Keras, Scikit and spaCy.

Coverage: 100%

Use a model

To use a model though this package, you need your api key and the model id.

  • API Key: Find it in your profile page.
  • Model Id: Find it on the dashboard of your model.
const inferrd = require('inferrd')

inferrd.auth('<api key>')

await inferrd.predict('<modelId>', inputs).then(outputs => {
  // outputs will contain the array or object returned by your model
})
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago