Skip to content

General boilerplate for a Rasa chatbot with NLU/NLP machine learning.

Notifications You must be signed in to change notification settings

EricDobyns/Rasa-Boilerplate

Repository files navigation

Chatbot Boilerplate - Rasa

Rasa chatbot boilerplate built via docker containers with a component based file structure for improved organization and modularity.

Requirements

  • Docker
  • docker-compose

Add credentials.yml

You can find credentials.yml examples here:
https://github.com/RasaHQ/rasa_core/blob/master/examples/moodbot/credentials.yml

Train Core and NLU Models

make train

Select Chat Connector (Slack, Rest API, Socketio, etc.)

View Rasa supported chat connectors:
https://rasa.com/docs/core/connectors/

export Adapter=slack
or 
export Adapter=rest
or 
export Adapter=socketio

Start Core, NLU & Action Services

make start

About

General boilerplate for a Rasa chatbot with NLU/NLP machine learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published