Matrix bot that generates messages based off of messages of other users using a neural network.
Go to file
2022-08-15 19:48:20 -04:00
.gitignore ignore aitextgen folder and training files 2022-08-15 19:02:25 -04:00
example.config.json created files 2022-08-15 01:10:15 -04:00
index.js send message every Nth message 2022-08-15 19:48:20 -04:00
LICENSE Initial commit 2022-08-15 00:50:58 -04:00
package.json dependencies 2022-08-15 17:17:45 -04:00
pnpm-lock.yaml dependencies 2022-08-15 17:17:45 -04:00
README.md changed python module 2022-08-15 19:03:20 -04:00
textgen.py created files 2022-08-15 01:10:15 -04:00

text-gen-bot

Matrix bot that generates messages based off of messages of other users using a neural network.

Development setup

The project is split into 2 parts index.js and textgen.py. The index.js file contains the code that interacts with the user on Matrix and grabs text generated by the textgen.py file.

Install JavaSript SDK:

> pnpm add matrix-bot-sdk

Install Python module:

> pip3 install aitextgen