Update 'README.md'
This commit is contained in:
parent
583fa03c2e
commit
ac30a9a5b9
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# text-gen-bot
|
# text-gen-bot
|
||||||
Matrix bot that generates messages based off of messages of other users using a neural network. The first Matrix AI?
|
Matrix bot that generates messages based off of messages of other users using a neural network. The first Matrix AI?
|
||||||
|
|
||||||
Project is still being developed and some functionality is not fully implemented yet.
|
Note: Project is still being developed and some functionality is not fully implemented yet.
|
||||||
|
|
||||||
## Table of content
|
## Table of content
|
||||||
|
|
||||||
|
@ -34,6 +34,9 @@ List of directories and files created by the project and its dependencies:
|
||||||
- `storage.json`
|
- `storage.json`
|
||||||
- `training-matrix.txt`
|
- `training-matrix.txt`
|
||||||
|
|
||||||
|
#### commands
|
||||||
|
|
||||||
|
|
||||||
### Setup
|
### 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 sends text generated by the `textgen.py` file.
|
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 sends text generated by the `textgen.py` file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue