17 lines
252 B
Markdown
17 lines
252 B
Markdown
# text-gen-bot
|
|
|
|
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
|
|
```
|