Train Bot using UI - Rasa Open Source - Rasa Community Forum

👋 Introducing the Rasa Playground

Train Bot using UI

post by abhishakskilrock on Aug 14, 2018

Hi guys, I made my bot using bot framework-node.js and HTTP API’s. I want to train my bot using UI like when I type “Hi” it will type “Hello” and then it will ask the user if response is correct or not if it is correct then it will train it by itself and if response is incorrect then it will ask the user about correct response and get itself intent of user replied response like that happen in terminal when we use python to train model but I want it in UI form through HTTP API.

post by NikhilBansal21 on Aug 14, 2018

i think you are looking for something like that https://github.com/paschmann/rasa-ui i am also looking for a UI option for training and analysis purpose for my bot

post by abhishakskilrock on Aug 16, 2018

@NikhilBansal21 Is it not something like rasa-nlu-trainer. I want something who can train my bot during conversation on bot framework. Like I type “hi” it will reply with “hello” and then ask if action is correct then we type yes and if we type no then it will ask correct intent or action(reply) and store this conversation for future training.

post by JulianGerhard on Jun 7, 2019

Hi @abhishakskilrock,

I think there are two possible solutions for this case:

Take a look at Rasa X:

http://rasa.com/docs/rasa/rasa-x/docs/annotate-conversations/

Since the community edition is not open source, you might want to do it yourself:

There is the interactive mode:

which at the moment relies on the command line. It is actually possible to pipe that to any other platform to achieve the same functionality.

post by nishant1712 on Nov 4, 2019

Hi, we have also developed an open source tool (GUI) for training RASA bots. You guys can try it out and suggest any new implementations

http://forum.rasa.com/t/new-user-interface-for-training-chatbots/20468?u=nishant1712

post by abhishakskilrock on Nov 8, 2019

Hi @nishant1712,

It is a great tool, I think rasa-community will like it.

post by nishant1712 on Dec 2, 2019

Hey @abhishakskilrock,

Thank you so much. Please let me know if you have any feedback.

post by Edukondalu on Mar 11, 2020

build pack of angular isnot working though local setup is working fine.