rahul051296 / small-talk-rasa-stack

Collection of casual conversations that can be used with the Rasa Stack
MIT License
85 stars 78 forks source link

run.py: error: the following arguments are required: -m/--model #3

Open 123bmc opened 5 years ago

123bmc commented 5 years ago

This error was raised when executing this command: python3.6 -m rasa_nlu.run -d models/dialogue -u models/current/nlu

Can you please help me?

karman1102 commented 4 years ago

Hi @123bmc, I hope this was solved already but if someone else is facing this; you need to train a mode first.

after cloning this repo and installing dependencies, try rasa train

and then

rasa run/shell/interactive