0.1.1 • Published 5 years ago
chaiml v0.1.1
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!
}
});