Skip to content

USC-ICT/rasa_vh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASA VH Assistant

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.

Documentation

See the dedicated VHToolkit documentation.

Useful Rasa Commands

  • 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

About

Local RASA configurations for the Virtual Human Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages