karma9874/Seq2Seq-Chatbot
Chatbot based Seq2Seq model with bidirectional rnn and attention mechanism with tensorflow, trained on Cornell Movie-Dialogs Corpus and deployed on a Flask Server
This project provides a basic chatbot that can hold simple conversations. You give it a question or statement, and it responds with a conversational reply, much like a character in a movie script. It's designed for someone interested in exploring how a simple conversational AI interacts, perhaps for educational purposes or as a starting point for more complex dialogue systems.
No commits in the last 6 months.
Use this if you want to experiment with a basic, pre-trained conversational AI through a web interface or Python console.
Not ideal if you need a sophisticated, context-aware chatbot for customer service, complex task completion, or production-level applications.
Stars
24
Forks
12
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 24, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/karma9874/Seq2Seq-Chatbot"
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.