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-chatterYou can use chatter <command>
Generate dataset into Rasa compatible train json data
chatter generateConvert train json data into Rasa NLU
chatter convertTraining NLU data into your bot
chatter trainoptionally you can also directly use bundle command to run all the process (shortcut if we do back and fort training the data)
chatter bundle