Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 661 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 661 Bytes

openWHO Chatbot v2

Training of the Model

    cd rasa/openWHO_{LANGUAGE}/
    rasa train

Usage

Start the Rasa Server

    rasa run --enable-api

Start the Action Server

    cd actions/
    rasa run actions

Docker

In the outer project structure run:

    docker-compose up --build

Docker Compose (en)

    docker-compose -f docker-compose_en.yml -p openWHO_en up --build

Docker Compose (es)

    docker-compose -f docker-compose_es.yml -p openWHO_es up --build

Docker Compose (zh)

    docker-compose -f docker-compose_zh.yml -p openWHO_zh up --build