Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**