/Rasa-Chatbot-with-React-JS-Interface

Rasa ChatBot backend using rasa core and frontend designed using React JS

Primary LanguageJavaScript

Rasa-Chatbot-with-React-JS-Interface

Rasa ChatBot backend using rasa core and frontend designed using React JS

UI Using React JS

Recorded_video_21

Steps to install and run Rasa:

  1. Create a new virtual environment or if you are using Anaconda create new environment (conda create -n venv).
  2. Activate the virtual/conda environment.
  3. Install the rasa core using pip install rasa
  4. Once completed with the installation, run the command rasa init and follow the instructions to install in the directory,etc.
  5. The shell will be open to chat with rasa chatbot.
  6. 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)