Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

mmig/ki-campus-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED Repository

development on this repository is discontinued, use new repository mmig/chatbot-kim instead


Version 3.0

DFKI:

Usage

Change to 'for local development' endpoint in endpoints.yml

Usage alternative

In folder with the chatbot

    rasa shell

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 2.7%