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);| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple chatbot package based on simple ML.
npm install cathy.jsconst Cathy = require("cathy.js");
const cathy = new Cathy();const message = cathy.chat("hello");
console.log(message);