Chat-with-U/chatbot-tensorflow
Attention Mechanism을 적용한 seq2seq 모델과 tensorflow로 제작한 chatbot 생성 튜토리얼입니다.
This project offers a tutorial for building a basic chatbot using TensorFlow and Keras. It takes conversational data as input and produces a chatbot capable of engaging in open-domain conversations. This is for developers interested in learning how to implement conversational AI.
No commits in the last 6 months.
Use this if you are a developer looking for a detailed guide and implementation example to create an open-domain chatbot.
Not ideal if you need a ready-to-use chatbot solution without delving into the underlying code and model development.
Stars
10
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 23, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Chat-with-U/chatbot-tensorflow"
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.