text-gen-bot/README.md

18 lines
252 B
Markdown
Raw Normal View History

2022-08-15 00:50:58 -04:00
# text-gen-bot
2022-08-15 17:46:01 -04:00
Matrix bot that generates messages based off of messages of other users using a neural network.
## Development setup
Install JavaSript SDK:
```sh
pnpm add matrix-bot-sdk
```
Install Python module:
```sh
pip3 install textgenrnn
```