October 2018
Intermediate to advanced
472 pages
10h 57m
English
Let's install Rasa in our local environment or server using these commands:
pip install rasa_nlupip install coloredlogs sklearn_crfsuite spacypython -m spacy download enIf it fails to install, then you can look into a detailed approach at https://nlu.rasa.com/installation.html.
Rasa uses a variety of NLP pipelines such as spacy, sklearn, or MITIE. You can use any one of them or build your own custom pipelines, which can include any deep model, such as CNN with word2vec, which we created in the previous chapter. In our case, we will be using spacy with sklearn.
Read now
Unlock full access