All Projects → sea-boat → Seq2seq_chatbot

sea-boat / Seq2seq_chatbot

a chatbot which is implemented via seq2seq model.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Seq2seq chatbot

Botbuilder Viber
Plug-in Viber connector for Microsoft BotBuilder framework
Stars: ✭ 12 (-86.67%)
Mutual labels:  chatbot, chat
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+9553.33%)
Mutual labels:  chatbot, chat
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-54.44%)
Mutual labels:  chatbot, chat
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (+648.89%)
Mutual labels:  chatbot, chat
Botframework Webchat
A highly-customizable web-based client for Azure Bot Services.
Stars: ✭ 1,198 (+1231.11%)
Mutual labels:  chatbot, chat
Chatui
The UI design language and React library for Conversational UI
Stars: ✭ 684 (+660%)
Mutual labels:  chatbot, chat
Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-41.11%)
Mutual labels:  chatbot, chat
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+4637.78%)
Mutual labels:  chatbot, chat
Omeglemiddleman
Lets you connect strangers to each other, and intercept messages AKA Man in the Middle Attack
Stars: ✭ 85 (-5.56%)
Mutual labels:  chatbot, chat
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+1212.22%)
Mutual labels:  chatbot, chat
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+473.33%)
Mutual labels:  chatbot, chat
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+1303.33%)
Mutual labels:  chatbot, chat
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (+455.56%)
Mutual labels:  chatbot, chat
Seq2seq Chatbot
Chatbot in 200 lines of code using TensorLayer
Stars: ✭ 777 (+763.33%)
Mutual labels:  chatbot, chat
Slacker
Slack Bot Framework
Stars: ✭ 495 (+450%)
Mutual labels:  chatbot, chat
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-44.44%)
Mutual labels:  chatbot, chat
Wechatyunchart
微信多开多账号机器人 云客服系统 微商营销 系统web协议一键登录 非公众号微信机器人微信群管家 微信自动回复 微信定时发送消息 微信多账号登录 微信网页版本协议多开 一键登录 红包数量提醒 微信用户识别男女签名备注地理位置等,群发 自动发消息 定时发消息 群消息监控 机器人回复 ,定时回复,超时回复 聊天记录保存,聊天记录查看
Stars: ✭ 357 (+296.67%)
Mutual labels:  chatbot, chat
Qqbot
QQBot: A conversation robot base on Tencent's SmartQQ
Stars: ✭ 3,643 (+3947.78%)
Mutual labels:  chatbot, chat
Webbybot
chatterbot written in es6 (es2015), fork from hubot
Stars: ✭ 71 (-21.11%)
Mutual labels:  chatbot, chat
Conversational Ui
Conversational interface web app example
Stars: ✭ 78 (-13.33%)
Mutual labels:  chatbot, chat

seq2seq_chatbot

a chatbot which is implemented via seq2seq model.

how to train

  1. run 'data.py' to produce some files we needed.
  2. run 'train.py' to train the model.
  3. run 'test_model.py' to predict.

requirements

  • python3.5
  • tensorflow1.3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].