{"id":13535270,"url":"https://github.com/GaoQ1/rasa_chatbot_cn","last_synced_at":"2025-04-02T00:33:06.528Z","repository":{"id":43478809,"uuid":"144941393","full_name":"GaoQ1/rasa_chatbot_cn","owner":"GaoQ1","description":"building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)","archived":false,"fork":false,"pushed_at":"2024-08-16T09:15:11.000Z","size":74017,"stargazers_count":958,"open_issues_count":17,"forks_count":290,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-08-16T10:35:30.364Z","etag":null,"topics":["bert","chinese","demo","intent-classification","policy","python","rasa","rasa-chatbot","rasa-core","rasa-nlu","rasa-nlu-gao","rasa-x","slot-filling","tensorflow","train-dialogue","transformer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GaoQ1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-16T05:36:08.000Z","updated_at":"2024-08-16T10:35:33.165Z","dependencies_parsed_at":"2024-01-14T02:37:19.881Z","dependency_job_id":"61a56139-d43a-49fc-9696-1b2f02eb0238","html_url":"https://github.com/GaoQ1/rasa_chatbot_cn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaoQ1%2Frasa_chatbot_cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaoQ1%2Frasa_chatbot_cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaoQ1%2Frasa_chatbot_cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaoQ1%2Frasa_chatbot_cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaoQ1","download_url":"https://codeload.github.com/GaoQ1/rasa_chatbot_cn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246735358,"owners_count":20825222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bert","chinese","demo","intent-classification","policy","python","rasa","rasa-chatbot","rasa-core","rasa-nlu","rasa-nlu-gao","rasa-x","slot-filling","tensorflow","train-dialogue","transformer"],"created_at":"2024-08-01T08:00:52.438Z","updated_at":"2025-04-02T00:33:06.519Z","avatar_url":"https://github.com/GaoQ1.png","language":"Python","funding_links":[],"categories":["BERT chatbot :"],"sub_categories":[],"readme":"# Rasa Core and Rasa NLU\n## rasa对话系统系列文章\n- [rasa对话系统踩坑记（一）](https://www.jianshu.com/p/5d9aa2a444a3)\n- [rasa对话系统踩坑记（二）](https://www.jianshu.com/p/4ecd09be4419)\n- [rasa对话系统踩坑记（三）](https://www.jianshu.com/p/ae028903d748)\n- [rasa对话系统踩坑记（四）](https://www.jianshu.com/p/9393d319e698)\n- [rasa对话系统踩坑记（五）](https://www.jianshu.com/p/eec63e56db07)\n- [rasa对话系统踩坑记（六）](https://www.jianshu.com/p/21808ac8d409)\n- [rasa对话系统踩坑记（七）](https://www.jianshu.com/p/405c087c2f7f)\n- [rasa对话系统踩坑记（八）](https://www.jianshu.com/p/6a93209c48a4)\n- [rasa对话系统踩坑记（九）](https://www.jianshu.com/p/1a4abe93635e)\n- [rasa对话系统踩坑记（十）](https://www.jianshu.com/p/debcf0041fcb)\n- [rasa-nlu的究极形态](https://www.jianshu.com/p/553e37ffbac0)\n- [闲聊模型的实践并应用到rasa](https://www.jianshu.com/p/bccf2321bd50)\n\n## Introduction\nrasa版本已经更新到了2.0版本，改动比较大，等2.0版本稳定后再跟进了。现在这里的代码还是去年上半年的版本，后面rasa做了很多改动，component已经支持bert，对中文的支持也更好。所以这个之前基于1.1.x的版本就转到1.1.x分支，目前master分支的话就分享最新的基于1.10.18的一套支持中文的pipeline\n\u003e 欢迎加入**rasa微信闲聊群**，微信请加：coffee199029\n\n## Running by command\n### install packages\n - python \u003e= 3.6\n```\npip install -r requirements.txt\n```\n下载依赖package\n\n### train model\n```\nmake train\n```\n\n### run model\n```\nmake run\n```\n\n### test in cmdline\n```\nmake shell\n```\n可以在命令行中测试\n\n### test by http server\n`http://localhost:5005/webhooks/rest/webhook` post请求，请求参数例如：\n```\n{\n    \"sender\": \"0001\",\n    \"message\": \"你好\"\n}\n```\n可以使用postman去请求调用\n\n### use rasa x\n```\nmake run-x\n```\n\n### external link\n[liveportraitweb](https://www.liveportraitweb.com/)\n[novelling](https://www.novelling.com/)\n[whatnovel](https://whatnovel.com/)\n[omniparser](https://www.omniparser.net/)\n[sexting](https://howtosexting.com/)\n[Comprimirmp4](https://www.comprimirmp4.com/)\n[Rewritifyai](https://www.rewritifyai.com/)\n[Sprunki Phase 5](https://www.sprunkiphase5.net/)\n[MMAudio](https://www.mmaudio.pro/)\n[Creator Viral Video](https://www.creatorviralvideo.com/)\n[Transpixar](https://www.transpixar.pro/)\n[Flexvalorant](https://www.flexvalorant.com)\n[Rednote](https://www.rednote.pro/)\n[Body Visualizer](https://www.bodyvisualizer.org/)\n[AI Kungfu](https://www.ai-kungfu.net/)\n[Image To Video AI](https://imagetovideoai.space/)\n[Deepseek Image](https://deepseekimage.net/)\n[10minutes.one](https://10minutes.one/)\n[Career Dreamer](https://www.careerdreamer.net/)\n[Wanx2.1](https://www.wanx.run/)\n[AudioX](https://audiox.app/)\n[Image To Video AI](https://imagetovideoai.dev/)\n[AI Girlfriend](https://ai-girlfriend.me/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaoQ1%2Frasa_chatbot_cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGaoQ1%2Frasa_chatbot_cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaoQ1%2Frasa_chatbot_cn/lists"}