renjunxiang/chatbot_by_similarity
根据文本相似度实现问答的聊天机器人(简单版)
This tool helps businesses or individuals quickly answer common questions by matching user queries to a database of existing information. You input a collection of text documents (your 'knowledge base'), and it outputs the most relevant answers from that database when a user asks a question. It's designed for anyone who needs to set up a simple automated Q&A system for customer support, internal knowledge sharing, or frequently asked questions.
No commits in the last 6 months.
Use this if you need a straightforward way to build a question-answering system using text similarity to retrieve information from a predefined knowledge base.
Not ideal if you require a highly sophisticated conversational AI that understands nuance, handles complex dialogue flows, or generates novel responses beyond retrieving existing information.
Stars
52
Forks
12
Language
Python
License
MIT
Category
Last pushed
Jul 19, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/renjunxiang/chatbot_by_similarity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rodrigopivi/Chatito
🎯🗯 Dataset generation for AI chatbots, NLP tasks, named entity recognition or text...
SimGus/Chatette
A powerful dataset generator for Rasa NLU, inspired by Chatito
metterian/peep-talk
A Situational Conversation-Based English Education Platform
WenRichard/Customer-Chatbot
中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the...
oswaldoludwig/Seq2seq-Chatbot-for-Keras
This repository contains a new generative model of chatbot based on seq2seq modeling.