An open API service indexing awesome lists of open source software.

https://github.com/howl-anderson/weatherbot_core


https://github.com/howl-anderson/weatherbot_core

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dialog Manager for WeatherBot

## 功能
基于 Rasa Core 为 WeatherBot 提供对话管理的功能。

## Python
python >= 3.5

## 安装依赖
```bash
pip install -r requirements.txt
```

## 训练模型
```bash
./train_CORE.bash
```

## 启动服务
```bash
./run_server.bash
```

## TODO
* 使用更加 Robust 的对话管理方案,目前的方案无法处理意图切换等复杂场景.