Skip to content

Latest commit

 

History

History
84 lines (36 loc) · 2.33 KB

File metadata and controls

84 lines (36 loc) · 2.33 KB

Chatbots

Env Setup for Rasa 2.0

  • Python: 3.8.3
  • Tensorflow: 2.3.1
  • Rasa Version : 2.0.2
  • Rasa SDK Version : 2.0.0
  • Rasa X Version : latest (0.3.8)
  • Python Version :3.8.3

Dependencies

  1. Microsoft visual c++ build tools (for rasa x)
  2. conda install git(for running rasa x locally in windows)
  3. pip version should be less than 21.0 for rasa x to work (any os)

Installing on windows

pip install rasa[spacy]==2.0.2

for installing rasa x locally in windows follow the steps

  • option 1 pip install --upgrade pip==20.2
  • then pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
  • option 2 pip install --use-deprecated=legacy-resolver rasa-x --extra-index-url https://pypi.rasa.com/simple

for server install

https://rasa.com/docs/rasa-x/installation-and-setup/installation-guide/

links for resources

rasa tutorials

rasa docs

rasa-x_common installation issue

rasa workflow explained

rasa bot building

Analytics vidya tutorial

chatbot with rasa 2.0

rasa installation

Must Checkout Creating a feedback bot that will save and export data to csv

Videos

Step by step tutorial using rasa (old version)

Assistant with Rasa 2.0

Creating NLU data with rasa 1.8.0 this is still useful.