Chat-with-U/chatbot-pytorch
seq2seq 모델과 pytorch로 제작한 chatbot 생성 튜토리얼
This project offers a practical guide to building an open-domain chatbot. It details how to process Korean conversational data, train a sequence-to-sequence model using PyTorch, and ultimately create a functional chatbot. It is designed for individuals learning Natural Language Processing who want to understand the complete chatbot development lifecycle.
No commits in the last 6 months.
Use this if you are an NLP student or researcher looking for a step-by-step tutorial on building a chatbot from data collection to deployment, specifically with Korean language data.
Not ideal if you need a ready-to-use chatbot for production without wanting to delve into the underlying NLP model development and training process.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 26, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Chat-with-U/chatbot-pytorch"
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.