Discover and explore top open-source AI tools and projects—updated daily.
Chinese dialogue system using Rasa
Top 37.8% on SourcePulse
This repository provides a Chinese dialogue system built using the Rasa framework. It is intended for developers and researchers working with conversational AI in Chinese, offering a practical implementation and guidance on overcoming common challenges.
How It Works
The system leverages Rasa Core and Rasa NLU for building conversational agents. The project focuses on a specific version of Rasa (1.10.18) and includes a custom pipeline optimized for Chinese language understanding, with mentions of BERT component support for improved performance.
Quick Start & Requirements
pip install -r requirements.txt
>= 3.6
make train
make run
make shell
http://localhost:5005/webhooks/rest/webhook
(POST request with {"sender": "0001", "message": "你好"}
)Highlighted Details
Maintenance & Community
coffee199029
via WeChat to join.Licensing & Compatibility
Limitations & Caveats
The code is based on an older Rasa version (1.10.18), and the README notes significant changes in Rasa 2.0 and beyond, suggesting that the current master branch might not reflect the latest Rasa features or best practices.
3 days ago
1 day