All Projects → DeeChat → chatbot-generative

DeeChat / chatbot-generative

Licence: other
A generative-model based chatbot trained with Chinese corpus

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to chatbot-generative

Chatbot
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本、tf2.0版本、pytorch版本。
Stars: ✭ 2,441 (+17335.71%)
Mutual labels:  seq2seq-chatbot
Awesome Chatbot
Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:
Stars: ✭ 1,785 (+12650%)
Mutual labels:  seq2seq-chatbot
chatbot
🤖️ 基于 PyTorch 的任务型聊天机器人(支持私有部署和 docker 部署的 Chatbot)
Stars: ✭ 77 (+450%)
Mutual labels:  seq2seq-chatbot
neural-chat
An AI chatbot using seq2seq
Stars: ✭ 30 (+114.29%)
Mutual labels:  seq2seq-chatbot
rasa milktea chatbot
Chatbot with bert chinese model, base on rasa framework(中文聊天机器人,结合bert意图分析,基于rasa框架)
Stars: ✭ 97 (+592.86%)
Mutual labels:  chinese-chatbot

DeeChat

This is a generative-model based chatbot, trained with Chinese corpus. Forked from https://github.com/chiphuyen/tf-stanford-tutorials/tree/master/assignments/chatbot, Seq2Seq with attention mechanism is used. The code is based on TensorFlow r1.2 and has been tested on Python 2.7 and Python 3.6.

To train your model, run:

cd chatbot-generative
python chatbot.py --mode=train

To chat with your chatbot on terminal, run:

python chatbot.py --mode=chat

To deploy the model on your Wechat, run:

python wechat.py
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].