Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesiumlabs/cathy
AI chatbot based on ML.
https://github.com/cesiumlabs/cathy
cathy chatbot
Last synced: about 2 months ago
JSON representation
AI chatbot based on ML.
- Host: GitHub
- URL: https://github.com/cesiumlabs/cathy
- Owner: CesiumLabs
- License: apache-2.0
- Created: 2020-07-30T11:57:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T15:30:48.000Z (about 4 years ago)
- Last Synced: 2024-11-20T16:46:58.641Z (about 2 months ago)
- Topics: cathy, chatbot
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cathy.js
Simple chatbot package based on simple ML.# Installing
```sh
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
```js
const Cathy = require("cathy.js");
const cathy = new Cathy();
```# Chatting
```js
const message = cathy.chat("hello");
console.log(message);
```# Discord Server
**[https://discord.gg/2SUybzb](https://discord.gg/2SUybzb)**