
Definitely use miniconda to avoid the issue with other installed Python packages in your system or conflicting Python Version.

This is required for some python packages. Note: In case you are working on windows, make sure you have installed the Visual c++ build tool. Ubuntu 16+, Mac OS and Windows 10 (Visual C++ Build tool) Rasa internally uses Tensorflow, whenever you do “ pip install rasa” or “ pip install rasa-x”, by default it installs Tensorflow. Based on User message, it can predict dialogue as a reply and can trigger Rasa Action Server. Rasa Core - This is the place, where Rasa try to help you with contextual message flow.

Rasa NLU - This is the place, where rasa tries to understand User messages to detect Intent and Entity in your message. Sometimes Rasa sends usage statistics information from your browser to rasa - but it never sends training data to outside of your system, it just sends how many times you are using Rasa X Train. Remember it’s an optional tool in Rasa Software Stack.

Rasa X - It’s a Browser based GUI tool which will allow you to train Machine learning model by using GUI based interactive mode. Rasa X is the latest release from Rasa.Ībout me: I am official Rasa Contributor. Rasa X includes a user interface and a REST API. Rasa X is a tool that helps you build, improve, and deploy AI Assistants that are powered by the Rasa framework. Note - Now Rasa NLU and Rasa Core source code are merged together. Rasa Core for holding conversations and deciding what to do next.Rasa NLU for understanding user messages.
