0.0.1 • Published 8 months ago

@mindlearn/models v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

MindScript (Templates)

Pre-trained templates for mindscript

How to use ?

Example:

const Mind = require("mindscript");
const mind = new Mind('@mindlearn/models/train/en.json');

let input1 = 'What is the capital of France ?';

console.log(`[JohnDoe]: ${mind.think(input)}`); 

Output:

[JohnDoe]: (...)