Simple chatbot package based on simple ML.
npm install cathy.js
- No api key required
- fast
- simple
- easy
- Machine Learning
const Cathy = require("cathy.js");
const cathy = new Cathy();
const message = cathy.chat("hello");
console.log(message);
Simple chatbot package based on simple ML.
npm install cathy.js
const Cathy = require("cathy.js");
const cathy = new Cathy();
const message = cathy.chat("hello");
console.log(message);
npm i cathy.js
9
2.0.0
ISC
2.83 kB
3