# rasa-chatbot **Repository Path**: AI-NLPer/rasa_chatbot ## Basic Information - **Project Name**: rasa-chatbot - **Description**: 开发基于rasa的nlp服务 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-08-18 - **Last Updated**: 2023-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rasa Open Source [![Join the chat on Rasa Community Forum](https://img.shields.io/badge/forum-join%20discussions-brightgreen.svg)](https://forum.rasa.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PyPI version](https://badge.fury.io/py/rasa.svg)](https://badge.fury.io/py/rasa) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/rasa.svg)](https://pypi.python.org/pypi/rasa) [![Build Status](https://github.com/RasaHQ/rasa/workflows/Continuous%20Integration/badge.svg)](https://github.com/RasaHQ/rasa/actions) [![Coverage Status](https://coveralls.io/repos/github/RasaHQ/rasa/badge.svg?branch=master)](https://coveralls.io/github/RasaHQ/rasa?branch=master) [![Documentation Status](https://img.shields.io/badge/docs-stable-brightgreen.svg)](https://rasa.com/docs) [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B8141%2Fgit%40github.com%3ARasaHQ%2Frasa.git.svg?type=shield)](https://app.fossa.com/projects/custom%2B8141%2Fgit%40github.com%3ARasaHQ%2Frasa.git?ref=badge_shield) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/orgs/RasaHQ/projects/23) ### 开发进度 (1)nlu管道测试 (2)nlu server服务(还有点问题) (3)core 调试中 #### 项目开发说明 目前对rasa_bot的定义是:机器人工厂+机器人游乐场 #### 项目文件结构 bot_maker:机器人工厂 bot_shell_init_tiny.py为官方demo; bot_train_nlu_tiny.py为nlu的模型训练入口; bot_shell_nlu_tiny.py为nlu命令行入口,命令行测试nlu部分; bot_shell_nlu_server.py为nlu服务启动入口; bot_train_core_tiny.py为core训练入口; bot_train_nlu_core.py为联合训练nlu和core的入口; bot_playground:机器人游乐场 bot_tiny-机器人相关的所有数据; #### 说明 rasa.run是总的服务入口;