cathy.js
v2.0.0
Published
AI chatbot based on simple ML.
Downloads
6
Maintainers
Readme
Cathy.js
Simple chatbot package based on simple ML.
Installing
npm install cathy.js
Features
- No api key required
- fast
- simple
- easy
- Machine Learning
It wont save messages, you have to save it on your own :)
Getting Started
const Cathy = require("cathy.js");
const cathy = new Cathy();
Chatting
const message = cathy.chat("hello");
console.log(message);