koaning / rasa-nlu-deploy

A demo that can run Rasa NLU in a container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rasa-nlu-deploy

You can build/run the container locally via;

docker build -t koaning/rasa-spacy-example .
docker run -p 8080:8080 koaning/rasa-spacy-example

The container also has an entry point configured so you could also talk to the shell if you'd like.

docker run -p 8080:8080 koaning/rasa-spacy-example shell nlu

About

A demo that can run Rasa NLU in a container.

License:MIT License


Languages

Language:Python 55.2%Language:Dockerfile 44.8%