Chatbots, contextual AI assistants
install anaconda
pip install rasa[spacy]
python -m spacy download en_core_web_md
python -m spacy link en_core_web_md en
Use the following commands on the same command window
python training.py
python core.py
python -m rasa_core_sdk.endpoint --actions actions
Run this command on a fresh command window without closing the previous one
python runapp.py (on a new cmd window)