saadarshad102/Chatbot-Seq2Seq
A chatbot developed using seq2seq encoder-decoder
This chatbot helps you create a basic conversational AI by taking a dataset of paired questions and answers, and generating a model that can respond to user inputs. It's designed for someone interested in understanding the fundamentals of how chatbots work through a hands-on example. You'll feed it conversation data, and it will produce a simple chatbot.
No commits in the last 6 months.
Use this if you want to explore the foundational principles of a sequence-to-sequence chatbot and experiment with building one from a custom dataset.
Not ideal if you need a production-ready chatbot with advanced features, robust error handling, or integration capabilities for complex applications.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 28, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/saadarshad102/Chatbot-Seq2Seq"
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.