rasa-chatter is a command tool to generate, manage, convert, and even train conversation from simgus/chatette dataset to Rasa NLU format.
npm install -g rasa-chatter
You can use chatter <command>
Generate dataset into Rasa compatible train json data
chatter generate
Convert train json data into Rasa NLU
chatter convert
Training NLU data into your bot
chatter train
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