DengBoCong/nlp-dialogue
A full-process dialogue system that can be deployed online
This project helps build and deploy online conversational AI systems that can either answer general questions (open-domain) or assist with specific tasks (task-oriented). It takes in raw text data, processes it, trains an AI model, and outputs a ready-to-use chatbot. Customer service managers, educators, or anyone needing to automate interactive communication would find this useful.
No commits in the last 6 months.
Use this if you need to create and put into action a chatbot that can engage in free-form conversations or guide users through structured tasks.
Not ideal if you're looking for a simple, off-the-shelf chatbot solution without needing to configure or train a custom AI model.
Stars
99
Forks
25
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DengBoCong/nlp-dialogue"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charlesXu86/Chatbot_CN
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
hyunwoongko/kochat
Opensource Korean chatbot framework
Decalogue/chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK
Building a Simple Chatbot from Scratch in Python (using NLTK)
FardinHash/Chatbot-Deep-Learning
This Chatbot completed with combination of Deep Learning, Natural Language Toolkit(NLTK),...