Matrix bot that generates messages based off of messages of other users using a neural network.
.gitignore | ||
example.config.json | ||
index.js | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
textgen.py |
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