# WeatherBot_Core **Repository Path**: yasiping/WeatherBot_Core ## Basic Information - **Project Name**: WeatherBot_Core - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 的对话管理方案,目前的方案无法处理意图切换等复杂场景.