Skip to content

A starter for Rasa NLU to deploy to Heroku using Docker.

Notifications You must be signed in to change notification settings

yassineaddi/rasa-heroku-starter

Repository files navigation

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

About

A starter for Rasa NLU to deploy to Heroku using Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published