Skip to content

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

Notifications You must be signed in to change notification settings

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • CSS 21.5%
  • HTML 13.9%
  • Python 6.0%