hyunwoongko/kochat
Opensource Korean chatbot framework
This tool helps you build and train your own custom deep learning chatbots that understand and respond in Korean. You provide the conversation data, and it outputs a complete chatbot application ready to handle user interactions. It's designed for machine learning engineers or NLP specialists who want more control than off-the-shelf chatbot builders.
461 stars. No commits in the last 6 months.
Use this if you need to create a sophisticated, custom Korean-language chatbot and want to leverage deep learning models for intent classification and named entity recognition.
Not ideal if you're looking for a simple, no-code chatbot builder or if your primary language is not Korean.
Stars
461
Forks
187
Language
Python
License
Apache-2.0
Category
Last pushed
May 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hyunwoongko/kochat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
charlesXu86/Chatbot_CN
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Decalogue/chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
DengBoCong/nlp-dialogue
A full-process dialogue system that can be deployed online
parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK
Building a Simple Chatbot from Scratch in Python (using NLTK)
FardinHash/Chatbot-Deep-Learning
This Chatbot completed with combination of Deep Learning, Natural Language Toolkit(NLTK),...