Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ there were quite a few changes which were introduced to Rasa NLU and Rasa Core.

The code of this repo differs quite significantly from the original video. This is how to use it:

### Resolving dependencies installation issues

git clone https://github.com/RasaHQ/rasa_nlu.git

cd rasa_nlu

pip install -r alt_requirements/requirements_full.txt

### Training the NLU model

Training of the NLU model didn't change much from the way it was shown in the video. To train and test the model run:
Expand Down