Getting Started
Quick Primer
Importing NatML
{
"scopedRegistries": [
{
"name": "NatML",
"url": "https://registry.npmjs.com",
"scopes": ["ai.natml"]
}
],
"dependencies": {
"ai.natml.natml": "1.1.8",
...
}
}Importing the MobileNet Predictor
Specifying your NatML Access Key

Importing a Sample Image


Making a Prediction

Classifier script we just created.
Last updated