Skip to content

statimo/ki-campus-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KI-Campus Chatbot

Setup

Training of the Model (de)

    rasa train -c config_de.yml --out models/KI-Campus_de

Training of the Model (en)

    rasa train -c config_en.yml --out models/KI-Campus_en

Usage

Inside /rasa start the chatbot

    rasa run -vv -m models/KI-Campus_de --enable-api

Change it to models/KI-Campus_en for english models

Docker

For local usage change the ports of the docker-compose files to 5005:5005.

Create Image (de)

Inside /rasa start the chatbot

    docker image build -t kicampus_de:1.0 . -f Dockerfile_de

Create Image (en)

Inside /rasa start the chatbot

    docker image build -t kicampus_en:1.0 . -f Dockerfile_en

Docker Compose (de)

In the outer project structure run:

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

Docker Compose (en)

In the outer project structure run:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%