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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:JavaScript 58.7%Language:CSS 21.5%Language:HTML 13.9%Language:Python 6.0%