Spacy Python Tutorial - Intent Classification with Rasa and Spacy

Опубликовано: 07 Октябрь 2024
на канале: JCharisTech
23,939
209

NLP with Spacy- Intent Classification with Rasa and Spacy

In this tutorial we will learn how to use spaCy and Rasa to do intent classification.

Code Here
Github:https://bit.ly/2JbYB8Z
====Installation====

pip install rasa_nlu
python -m rasa_nlu.server &
sklearn_crfsuite

===Installing using spacy as backend===

pip install rasa_nlu[spacy]
python -m spacy download en_core_web_md
python -m spacy link en_core_web_md en

If you liked the video don't forget to leave a like or subscribe. If you need any help just message me in the comments, you never know it might help someone else too.

J-Secur1ty JCharisTech