Skip to content

balkonsky/nlp-dialog-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asterisk Configuration Portal

Dialog manager service for Chat Bot based on FSM model.

Built With

Getting Started

Installing

pip install -r packages.txt

Run

  1. Deploy Redis with config in core/configs/redis.conf

  2. Build docker image

docker build -t {your image name} .
  1. Run docker container
docker run --name {your container name} --net=host -d --rm {your image name}

TODO

  1. Add sub scenarios
  2. Add events

Authors

About

Dialog manager service for Chat Bot based on FSM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published