openHPI / ki-campus-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KI-Campus Chatbot

Training of the Model

Choose the folder with the chatbot in English (KI-Campus_en) or in German (KI-Campus_de)

    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 (de)

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

Docker Compose (en)

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

About


Languages

Language:Python 94.3%Language:Dockerfile 5.7%