Local desktop NLP solution for the Virtual Human Toolkit. This repo mainly contains configuration files. For the integration code with the VHToolkit, see https://github.com/USC-ICT/vhtoolkit.
See the dedicated VHToolkit documentation.
- Run Project using the latest trained model: rasa run --enable-api --cors "*" --port 8080
- Run Project using model of your choice: rasa run --model models/MODEL_NAME.tar.gz --enable-api --cors "*" --port 8080
- Train a new Rasa model: rasa train
- Inspect your latest model: rasa inspect