/openHPI-chatbot

Smart Learning Assistant on openHPI

Primary LanguagePython

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