rasa-d

Expose your Rasa model to the internet in one line of code.


Keywords
rasa, deploy
License
MIT
Install
pip install rasa-d==0.0.1

Documentation

Rasa-D

Deploy a Rasa model in one line of code.

Installation

pip install rasa-d

Install rasa-d in the same environment as your main rasa model.

Usage

Default

rasa-d

Deploy a model with the default rasa options. It will launch your model and make it available at the designated URL.

Actions Server

rasa-d actions

You can also launch your action server at the same time as the rasa server.

Options

Run rasa-d --help to see all available options.

How does it work.

your model <--> rasa-d <---> your users

rasa-d acts as a bridge between your model and your users.