conda create --name <env_name> python=3.10.4
conda activate <env_name>
pip install Spacy
NOTE: Follow the 'README' inside the Spacy pipeline. To install it once the virtual environment is created.
pip install rasa
rasa init
Once the rasa module is installed replace the files inside the Rasa folder with the current files
rasa train
rasa shell
NOTE: To test the spacy nlu separately in Rasa
rasa shell nlu