https://github.com/howl-anderson/weatherbot_core
https://github.com/howl-anderson/weatherbot_core
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/howl-anderson/weatherbot_core
- Owner: howl-anderson
- License: mit
- Created: 2018-10-05T03:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:55:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T19:41:29.203Z (6 months ago)
- Language: Python
- Size: 354 KB
- Stars: 10
- Watchers: 3
- Forks: 21
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 的对话管理方案,目前的方案无法处理意图切换等复杂场景.