Decalogue/chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
This project helps businesses and individuals quickly build their own intelligent chatbots from scratch using natural language understanding and machine learning. You input structured knowledge (like an Excel file of FAQs) and it outputs a conversational agent capable of handling multiple users and complex multi-turn dialogues. It's designed for anyone needing an automated question-answering system, from small business owners to those managing customer service.
704 stars. No commits in the last 6 months.
Use this if you want to create a custom chatbot to automate responses, answer common questions, or provide interactive support for your customers or internal teams.
Not ideal if you're looking for a fully pre-trained, off-the-shelf chatbot solution that doesn't require any setup or data input.
Stars
704
Forks
216
Language
Python
License
MIT
Category
Last pushed
Jul 10, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Decalogue/chat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
charlesXu86/Chatbot_CN
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
hyunwoongko/kochat
Opensource Korean chatbot framework
DengBoCong/nlp-dialogue
A full-process dialogue system that can be deployed online
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),...