8000 GitHub - typicasoft/cui: A Conversational UI experiment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

typicasoft/cui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Conversational UI experiment

How to run

docker-compose up --build

Training

To train the respective service run one of the following commands from the root directory.

Rasa Core

docker-compose run rasa-core python -m rasa_core.train \
    -d data/opensap_faq/domain.yml \
    -s data/opensap_faq/stories.md \
    -o model/opensap_faq \
    --epochs 200

Rasa NLU

docker-compose run rasa-nlu python -m rasa_nlu.train \
    -c config.yml \
    -d data/opensap_faq \
    -o projects \
    --project opensap_faq

Ports

Service Port URL
Chat UI 3000 http://localhost:3000
Rasa NLU 5000 http://localhost:5000/parse?q=hello&project=opensap_faq
Rasa Core 5005 http://localhost:5005/conversations/default/respond?q=hello

About

A Conversational UI experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • Python 26.2%
  • JavaScript 12.4%
  • Dockerfile 2.2%
  • CSS 1.9%
  • Shell 0.1%
0