🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

inferrd

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferrd

Inferrd.com nodejs package

latest
npmnpm
Version
1.0.6
Version published
Weekly downloads
18
38.46%
Maintainers
1
Weekly downloads
 
Created
Source

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
})

FAQs

Package last updated on 14 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts