ShrishtiHore/Conversational_Chatbot_using_LSTM
This project is to create conversational chatbot using Sequence to sequence LSTM models. Sequence to sequence learning is about training models to convert from one domain to sequences another domain.🔊👾😎
This project creates a basic conversational chatbot that can hold simple text-based dialogues. You provide it with a dataset of question-and-answer pairs, and it learns to respond to new questions by generating relevant answers. This tool is designed for anyone interested in building a prototype for automated text conversations.
No commits in the last 6 months.
Use this if you want to understand or demonstrate how a simple chatbot can be built to generate responses based on learned patterns from existing conversations.
Not ideal if you need a sophisticated, production-ready chatbot capable of handling complex dialogue flows, nuanced understanding, or integrating with various platforms.
Stars
37
Forks
18
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ShrishtiHore/Conversational_Chatbot_using_LSTM"
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.