Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 703 Bytes

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