added dependencies

This commit is contained in:
array-in-a-matrix 2022-08-15 17:46:01 -04:00
parent a7a32a23c5
commit d6c3b25cc4
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# text-gen-bot
Matrix bot that generates messages based off of messages of other users using a neural network.
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
```