1.0.13 • Published 4 years ago

nanonets v1.0.13

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Nanonets provides an easy to use API to communicate with it's servers and build machine learning models and make predictions on image data. The models that can be built are - 1. Image Classification 2. Multi-label Classification 3. Object Detection 4. OCR

Check us out at https://nanonets.com. To find out about our GUI solution or to get your API key, check out https://app.nanonets.com


Installation

npm install -

Run the following command from your terminal -

npm install nanonets

Get API Key

http://app.nanonets.com/#/keys


Inference

You can run inference on a single image or multiple images. You can use urls as well as local files.

const nanonets = require('nanonets')('API Key')

let resp  = nanonets.predict({modelType : 'OCR', filePath : 'IMAGE_PATH', modelId : 'MODE_ID'})

resp.json().then(x => console.log(x))

1.0.11

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago