0.1.1 • Published 5 years ago

chaiml v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

chaiML

chaiML is a machine learning library that generates Shakespeare-esque text based on the content of all of Shakespeare's plays. This program is still not complete, as the training still has to be optimised.

Installation

npm i chaiml

Usage

const chaiML = require('chaiml');

chaiML("To be, or not to be:", (err, result) => {
  if (err) {
    // error handling
  } else {
    // profit!
  }
});
0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago