Skip to content

Commit 233e228

Browse files
committed
Trained on more data from chatterbot corpus package
1 parent 5dc94ff commit 233e228

File tree

1 file changed

+61
-48
lines changed

1 file changed

+61
-48
lines changed

Chatterbot.ipynb

+61-48
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"colab": {
66
"name": "Chatterbot.ipynb",
77
"provenance": [],
8-
"authorship_tag": "ABX9TyPClhcvRnrxaETYnMfCehpV",
8+
"collapsed_sections": [],
9+
"authorship_tag": "ABX9TyPdvRVdYKyQ3VNkcch39IL7",
910
"include_colab_link": true
1011
},
1112
"kernelspec": {
@@ -28,27 +29,27 @@
2829
"cell_type": "code",
2930
"metadata": {
3031
"id": "d7DQWH3k_27c",
31-
"outputId": "d494a712-c94f-468d-a1e5-54d80e15cd0a",
3232
"colab": {
3333
"base_uri": "https://localhost:8080/"
34-
}
34+
},
35+
"outputId": "ff127929-96a9-4217-c95e-e18e5f37f497"
3536
},
3637
"source": [
3738
"!pip install chatterbot"
3839
],
39-
"execution_count": 3,
40+
"execution_count": 1,
4041
"outputs": [
4142
{
4243
"output_type": "stream",
4344
"text": [
4445
"Collecting chatterbot\n",
4546
"\u001b[?25l Downloading https://files.pythonhosted.org/packages/7c/21/85c2b114bd9dfabdd46ba58fc4519acdaed45d8c70898d40079e37a45e67/ChatterBot-1.0.8-py2.py3-none-any.whl (63kB)\n",
46-
"\r\u001b[K |█████▏ | 10kB 16.1MB/s eta 0:00:01\r\u001b[K |██████████▎ | 20kB 21.7MB/s eta 0:00:01\r\u001b[K |███████████████▌ | 30kB 20.4MB/s eta 0:00:01\r\u001b[K |████████████████████▋ | 40kB 11.5MB/s eta 0:00:01\r\u001b[K |█████████████████████████▊ | 51kB 7.4MB/s eta 0:00:01\r\u001b[K |███████████████████████████████ | 61kB 7.9MB/s eta 0:00:01\r\u001b[K |████████████████████████████████| 71kB 4.6MB/s \n",
47-
"\u001b[?25hRequirement already satisfied: sqlalchemy<1.4,>=1.3 in /usr/local/lib/python3.6/dist-packages (from chatterbot) (1.3.20)\n",
48-
"Collecting mathparse<0.2,>=0.1\n",
47+
"\r\u001b[K |█████▏ | 10kB 15.5MB/s eta 0:00:01\r\u001b[K |██████████▎ | 20kB 9.3MB/s eta 0:00:01\r\u001b[K |███████████████▌ | 30kB 8.3MB/s eta 0:00:01\r\u001b[K |████████████████████▋ | 40kB 7.1MB/s eta 0:00:01\r\u001b[K |█████████████████████████▊ | 51kB 5.3MB/s eta 0:00:01\r\u001b[K |███████████████████████████████ | 61kB 5.9MB/s eta 0:00:01\r\u001b[K |████████████████████████████████| 71kB 3.4MB/s \n",
48+
"\u001b[?25hCollecting mathparse<0.2,>=0.1\n",
4949
" Downloading https://files.pythonhosted.org/packages/c3/e5/4910fb85950cb960fcf3f5aabe1c8e55f5c9201788a1c1302b570a7e1f84/mathparse-0.1.2-py3-none-any.whl\n",
50-
"Requirement already satisfied: python-dateutil<2.9,>=2.8 in /usr/local/lib/python3.6/dist-packages (from chatterbot) (2.8.1)\n",
5150
"Requirement already satisfied: pytz in /usr/local/lib/python3.6/dist-packages (from chatterbot) (2018.9)\n",
51+
"Requirement already satisfied: sqlalchemy<1.4,>=1.3 in /usr/local/lib/python3.6/dist-packages (from chatterbot) (1.3.20)\n",
52+
"Requirement already satisfied: python-dateutil<2.9,>=2.8 in /usr/local/lib/python3.6/dist-packages (from chatterbot) (2.8.1)\n",
5253
"Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.6/dist-packages (from python-dateutil<2.9,>=2.8->chatterbot) (1.15.0)\n",
5354
"Installing collected packages: mathparse, chatterbot\n",
5455
"Successfully installed chatterbot-1.0.8 mathparse-0.1.2\n"
@@ -61,22 +62,22 @@
6162
"cell_type": "code",
6263
"metadata": {
6364
"id": "3zpUf0IjJ9aO",
64-
"outputId": "41f12228-3152-4f5e-f5ab-62ea13c9e744",
6565
"colab": {
6666
"base_uri": "https://localhost:8080/"
67-
}
67+
},
68+
"outputId": "4198274b-4634-4829-f31f-c58b41460816"
6869
},
6970
"source": [
7071
"!pip install chatterbot_corpus"
7172
],
72-
"execution_count": 4,
73+
"execution_count": 2,
7374
"outputs": [
7475
{
7576
"output_type": "stream",
7677
"text": [
7778
"Collecting chatterbot_corpus\n",
7879
"\u001b[?25l Downloading https://files.pythonhosted.org/packages/ed/19/f8b41daf36fe4b0f43e283a820362ffdb2c1128600ab4ee187e84262fa4d/chatterbot_corpus-1.2.0-py2.py3-none-any.whl (117kB)\n",
79-
"\r\u001b[K |██▉ | 10kB 16.9MB/s eta 0:00:01\r\u001b[K |█████▋ | 20kB 22.5MB/s eta 0:00:01\r\u001b[K |████████▍ | 30kB 14.0MB/s eta 0:00:01\r\u001b[K |███████████▏ | 40kB 9.4MB/s eta 0:00:01\r\u001b[K |██████████████ | 51kB 5.6MB/s eta 0:00:01\r\u001b[K |████████████████▊ | 61kB 6.5MB/s eta 0:00:01\r\u001b[K |███████████████████▋ | 71kB 7.4MB/s eta 0:00:01\r\u001b[K |██████████████████████▍ | 81kB 8.2MB/s eta 0:00:01\r\u001b[K |█████████████████████████▏ | 92kB 8.5MB/s eta 0:00:01\r\u001b[K |████████████████████████████ | 102kB 8.7MB/s eta 0:00:01\r\u001b[K |██████████████████████████████▊ | 112kB 8.7MB/s eta 0:00:01\r\u001b[K |████████████████████████████████| 122kB 8.7MB/s \n",
80+
"\r\u001b[K |██▉ | 10kB 12.3MB/s eta 0:00:01\r\u001b[K |█████▋ | 20kB 16.8MB/s eta 0:00:01\r\u001b[K |████████▍ | 30kB 13.0MB/s eta 0:00:01\r\u001b[K |███████████▏ | 40kB 9.6MB/s eta 0:00:01\r\u001b[K |██████████████ | 51kB 5.3MB/s eta 0:00:01\r\u001b[K |████████████████▊ | 61kB 5.7MB/s eta 0:00:01\r\u001b[K |███████████████████▋ | 71kB 5.9MB/s eta 0:00:01\r\u001b[K |██████████████████████▍ | 81kB 6.3MB/s eta 0:00:01\r\u001b[K |█████████████████████████▏ | 92kB 6.5MB/s eta 0:00:01\r\u001b[K |████████████████████████████ | 102kB 6.7MB/s eta 0:00:01\r\u001b[K |██████████████████████████████▊ | 112kB 6.7MB/s eta 0:00:01\r\u001b[K |████████████████████████████████| 122kB 6.7MB/s \n",
8081
"\u001b[?25hRequirement already satisfied: PyYAML<4.0,>=3.12 in /usr/local/lib/python3.6/dist-packages (from chatterbot_corpus) (3.13)\n",
8182
"Installing collected packages: chatterbot-corpus\n",
8283
"Successfully installed chatterbot-corpus-1.2.0\n"
@@ -93,7 +94,7 @@
9394
"source": [
9495
"from chatterbot import ChatBot"
9596
],
96-
"execution_count": 5,
97+
"execution_count": 3,
9798
"outputs": []
9899
},
99100
{
@@ -109,7 +110,7 @@
109110
" 'chatterbot.logic.TimeLogicAdapter'],\n",
110111
")"
111112
],
112-
"execution_count": 6,
113+
"execution_count": 4,
113114
"outputs": []
114115
},
115116
{
@@ -118,9 +119,9 @@
118119
"id": "1HIfQfQNAqP0"
119120
},
120121
"source": [
121-
"from chatterbot.trainers import ListTrainer"
122+
"from chatterbot.trainers import ChatterBotCorpusTrainer"
122123
],
123-
"execution_count": 7,
124+
"execution_count": 5,
124125
"outputs": []
125126
},
126127
{
@@ -129,40 +130,47 @@
129130
"id": "OFLmWD_ZKQvG"
130131
},
131132
"source": [
132-
"trainer = ListTrainer(bot)"
133+
"trainer = ChatterBotCorpusTrainer(bot)"
133134
],
134-
"execution_count": 8,
135+
"execution_count": 6,
135136
"outputs": []
136137
},
137138
{
138139
"cell_type": "code",
139140
"metadata": {
140141
"id": "47NnbZQsKT_w",
141-
"outputId": "b25df833-c3bd-45c1-a019-354d2ae09b98",
142142
"colab": {
143143
"base_uri": "https://localhost:8080/"
144-
}
144+
},
145+
"outputId": "a579fadb-897c-4f6a-8e2e-49e0264bc3cf"
145146
},
146147
"source": [
147-
"trainer.train([\n",
148-
"'Hi',\n",
149-
"'Hello',\n",
150-
"'I need your assistance regarding my order',\n",
151-
"'Please, Provide me with your order id',\n",
152-
"'I have a complaint.',\n",
153-
"'Please elaborate, your concern',\n",
154-
"'How long it will take to receive an order ?',\n",
155-
"'An order takes 3-5 Business days to get delivered.',\n",
156-
"'Okay Thanks',\n",
157-
"'No Problem! Have a Good Day!'\n",
158-
"])"
148+
"trainer.train('chatterbot.corpus.english')"
159149
],
160150
"execution_count": 9,
161151
"outputs": [
162152
{
163153
"output_type": "stream",
164154
"text": [
165-
"List Trainer: [####################] 100%\n"
155+
"Training ai.yml: [####################] 100%\n",
156+
"Training botprofile.yml: [####################] 100%\n",
157+
"Training computers.yml: [####################] 100%\n",
158+
"Training conversations.yml: [####################] 100%\n",
159+
"Training emotion.yml: [####################] 100%\n",
160+
"Training food.yml: [####################] 100%\n",
161+
"Training gossip.yml: [####################] 100%\n",
162+
"Training greetings.yml: [####################] 100%\n",
163+
"Training health.yml: [####################] 100%\n",
164+
"Training history.yml: [####################] 100%\n",
165+
"Training humor.yml: [####################] 100%\n",
166+
"Training literature.yml: [####################] 100%\n",
167+
"Training money.yml: [####################] 100%\n",
168+
"Training movies.yml: [####################] 100%\n",
169+
"Training politics.yml: [####################] 100%\n",
170+
"Training psychology.yml: [####################] 100%\n",
171+
"Training science.yml: [####################] 100%\n",
172+
"Training sports.yml: [####################] 100%\n",
173+
"Training trivia.yml: [####################] 100%\n"
166174
],
167175
"name": "stdout"
168176
}
@@ -172,36 +180,41 @@
172180
"cell_type": "code",
173181
"metadata": {
174182
"id": "Q-6-d-l9KbQ-",
175-
"outputId": "a3d5ec42-3c38-4775-8ab3-acc791ea8ee1",
176183
"colab": {
177184
"base_uri": "https://localhost:8080/"
178-
}
185+
},
186+
"outputId": "14d17140-eab5-49d2-eb35-47fcba517650"
179187
},
180188
"source": [
181189
"name=input(\"Enter Your Name: \")\n",
182-
"print(\"Welcome to the Bot Service! Let me know how can I help you?\")\n",
190+
"print(\"Hi \"+name+\", how can I help you?\")\n",
183191
"while True:\n",
184192
" request=input(name+':')\n",
185193
" if request=='Bye' or request =='bye':\n",
186-
" print('Bot: Bye')\n",
194+
" print('Pranav: Bye')\n",
187195
" break\n",
188196
" else:\n",
189197
" response=bot.get_response(request)\n",
190-
" print('Bot:',response)"
198+
" # get_reponses() is a method of chatbot instance\n",
199+
" print('Pranav:',response)"
191200
],
192-
"execution_count": 13,
201+
"execution_count": 12,
193202
"outputs": [
194203
{
195204
"output_type": "stream",
196205
"text": [
197-
"Enter Your Name: Pranav\n",
198-
"Welcome to the Bot Service! Let me know how can I help you?\n",
199-
"Pranav:Hi\n",
200-
"Bot: Hello\n",
201-
"Pranav:What is the Time\n",
202-
"Bot: The current time is 10:27 PM\n",
203-
"Pranav:bye\n",
204-
"Bot: Bye\n"
206+
"Enter Your Name: Sam\n",
207+
"Hi Sam, how can I help you?\n",
208+
"Sam:Tell me some history\n",
209+
"Pranav: history has two broad interpretations, depending on whether you accept the role of individuals as important or not.\n",
210+
"Sam:What is a computer\n",
211+
"Pranav: A computer is an electronic device which takes information in digital form and performs a series of operations based on predetermined instructions to give some output.\n",
212+
"Sam:Tell me a joke\n",
213+
"Pranav: Did you hear the one about the mountain goats in the andes? It was \"ba a a a a a d\".\n",
214+
"Sam:Can you feel?\n",
215+
"Pranav: Maybe I can. I am a fairly sophisticated piece of software.\n",
216+
"Sam:bye\n",
217+
"Pranav: Bye\n"
205218
],
206219
"name": "stdout"
207220
}
@@ -215,7 +228,7 @@
215228
"source": [
216229
""
217230
],
218-
"execution_count": 13,
231+
"execution_count": 8,
219232
"outputs": []
220233
}
221234
]

0 commit comments

Comments
 (0)