rasa-chatter
v0.1.0
Published
A command line tool that simplify the process of generate, manage, convert, and even train conversation from simgus/chatette dataset to Rasa NLU format.
Downloads
8
Maintainers
Readme
rasa-chatter
rasa-chatter is a command tool to generate, manage, convert, and even train conversation from simgus/chatette dataset to Rasa NLU format.
Installation
npm install -g rasa-chatter
Commands
You can use chatter <command>
Generate
Generate dataset into Rasa compatible train json data
chatter generate
Convert
Convert train json data into Rasa NLU
chatter convert
Train the data
Training NLU data into your bot
chatter train
Bundle Command
optionally you can also directly use bundle
command to run all the process (shortcut if we do back and fort training the data)
chatter bundle