Rasa ChatBot backend using rasa core and frontend designed using React JS
- Create a new virtual environment or if you are using Anaconda create new environment (conda create -n venv).
- Activate the virtual/conda environment.
- Install the rasa core using pip install rasa
- Once completed with the installation, run the command rasa init and follow the instructions to install in the directory,etc.
- The shell will be open to chat with rasa chatbot.
- Open two new command prompts activate the virtual/conda environment in it, and run the commands given in commands_for_rasa_server_up.txt in eact of the cmd to make the rasa server up and make the rasa endpoint api available.
(Refer https://rasa.com/docs/rasa/command-line-interface/ to view different commands in official rasa documentation)