2.3.1 • Published 3 years ago

@kiina/ml-processor v2.3.1

Weekly downloads
104
License
ISC
Repository
bitbucket
Last release
3 years ago

Machine Learning processor

This package acts as an API for our machine learning text processor, in a way that we does not need to communicate to the 3-party app directly. We'll always use this class and whenever we decide to move away from it and start using a different one, the API must be preserved.

Installation

npm install @kiina/ml-processor

Usage

const MachineLearningProcessor = require('@kiina/ml-processor');

const mlp = new MachineLearningProcessor('my-agent-id');
mlp.processText('This is the text that should be processed', 'userid')
  .then(response => {
    // ...
  });
2.3.1

3 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago