Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 612 Bytes

Rasa NLU Heroku starter

This is a starter to deploy Rasa NLU to Heroku.

Models are ignored when deploying, rasa train is executed on the server, if you'd like otherwise, modify .gitignore and Dockerfile accordingly.

To make life easier, run npm install to install Chatito, put your .chatito files in the chatito/ directory and run:

npm run gen_dataset # or run-script

This will generate datasets and save them to data/

Note: set the stack of the app to container heroku stack:set container