I’m not familiar with docker so i want to train and predict nlu model with python. What documents i should follow? Thank you!
Hi @nopain2110! You don’t have to have docker to make it really easy to train and predict with rasa – the CLI is super intuitive and IMO easier than python.
Check out our CLI page: Command Line Interface
The most relevant ones to you if you are only trying to use NLU and not Core are
rasa train nlu
and
rasa shell nlu
which lets you parse messages from the command line.
1 Like
Thank you! But without docker, how can I deploy only nlu to cloud like heroku?