Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 476 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 476 Bytes

openHPI Chatbot

Training of the Model

Choose the folder with the chatbot in English (openHPI_en) or in German (openHPI_de)

    rasa train

Usage

Start the Rasa Server

    rasa run

Docker

In the outer project structure run:

Docker Compose (de)

    docker-compose -f docker-compose_de.yml -p openHPI_de up --build

Docker Compose (en)

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