forked from fendouai/Awesome-Chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.MD
155 lines (77 loc) · 3.26 KB
/
README.MD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Awesome Chatbot Projects
## Chatbot
### ParlAI
A framework for training and evaluating AI models on a variety of openly available dialog datasets.
https://github.com/facebookresearch/ParlAI
### stanford-tensorflow-tutorials
A neural chatbot using sequence to sequence model with attentional decoder.
https://github.com/chiphuyen/stanford-tensorflow-tutorials/tree/master/assignments/chatbot
### ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
http://chatterbot.readthedocs.io/
### DeepQA
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
https://github.com/Conchylicultor/DeepQA
### neuralconvo
Neural conversational model in Torch
https://github.com/macournoyer/neuralconvo
### chatbot-rnn
A toy chatbot powered by deep learning and trained on data from Reddit
https://github.com/pender/chatbot-rnn
### tf_seq2seq_chatbot
tensorflow seq2seq chatbot
https://github.com/nicolas-ivanov/tf_seq2seq_chatbot
### ai-chatbot-framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
https://github.com/alfredfrancis/ai-chatbot-framework
### DeepChatModels
Conversation Models in Tensorflow
https://github.com/mckinziebrandon/DeepChatModels
### Chatbot
Build your own chatbot base on IBM Watson
https://webchatbot.mybluemix.net/
### Chatbot
An AI Based Chatbot
http://chatbot.sohelamin.com/
### neural-chatbot
A chatbot based on seq2seq architecture done with tensorflow.
https://github.com/inikdom/neural-chatbot
## Chinese_Chatbot
### Seq2Seq_Chatbot_QA
使用TensorFlow实现的Sequence to Sequence的聊天机器人模型
https://github.com/qhduan/Seq2Seq_Chatbot_QA
### Chatbot
基於向量匹配的情境式聊天機器人
https://github.com/zake7749/Chatbot
### chatbot-zh-torch7
中文Neural conversational model in Torch
https://github.com/majoressense/chatbot-zh-torch7
## Corpus
### Cornell Movie-Dialogs Corpus
http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html
### Dialog_Corpus
Datasets for Training Chatbot System
https://github.com/candlewill/Dialog_Corpus
### OpenSubtitles
A series of scripts to download and parse the OpenSubtitles corpus.
https://github.com/AlJohri/OpenSubtitles
### insuranceqa-corpus-zh
OpenData in insurance area for Machine Learning Tasks
https://github.com/Samurais/insuranceqa-corpus-zh
### dgk_lost_conv
dgk_lost_conv 中文对白语料 chinese conversation corpus
https://github.com/majoressense/dgk_lost_conv
## Papers
### Sequence to Sequence Learning with Neural Networks
http://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf
### A Neural Conversational Model
http://arxiv.org/pdf/1506.05869v1.pdf
## Tutorial
### Research Blog: Computer, respond to this email.
https://research.googleblog.com/2015/11/computer-respond-to-this-email.html
### Deep Learning for Chatbots, Part 1 – Introduction
http://www.wildml.com/2016/04/deep-learning-for-chatbots-part-1-introduction/
### Deep Learning for Chatbots, Part 2 – Implementing a Retrieval-Based Model in Tensorflow
http://www.wildml.com/2016/07/deep-learning-for-chatbots-2-retrieval-based-model-tensorflow/
## More
[http://www.tensorflownews.com/](http://www.tensorflownews.com/)