https://github.com/capacitorset/realistic-chatbots
A toolkit for creating realistic bots from chat logs.
https://github.com/capacitorset/realistic-chatbots
Last synced: 9 months ago
JSON representation
A toolkit for creating realistic bots from chat logs.
- Host: GitHub
- URL: https://github.com/capacitorset/realistic-chatbots
- Owner: CapacitorSet
- Created: 2018-10-05T18:18:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T09:38:16.000Z (over 7 years ago)
- Last Synced: 2025-07-09T09:51:04.569Z (9 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
realistic-chatbots
==================
A toolkit for creating realistic chatbots from chat logs.
## Usage (draft)
* Use char-rnn (or one of its forks) to generate `delays.txt`, which contains a list of delays (integer, base 10) separated by \n.
* Create training data. It must be a list of JSON objects with the format {time, text} (other keys are ignored), separated by \n.
* Install dependencies with `dep ensure -update -v`.
* Compile the application, run it, and type `help` to get started.