|
5 | 5 | "colab": {
|
6 | 6 | "name": "Chatterbot.ipynb",
|
7 | 7 | "provenance": [],
|
8 |
| - "authorship_tag": "ABX9TyPClhcvRnrxaETYnMfCehpV", |
| 8 | + "collapsed_sections": [], |
| 9 | + "authorship_tag": "ABX9TyPdvRVdYKyQ3VNkcch39IL7", |
9 | 10 | "include_colab_link": true
|
10 | 11 | },
|
11 | 12 | "kernelspec": {
|
|
28 | 29 | "cell_type": "code",
|
29 | 30 | "metadata": {
|
30 | 31 | "id": "d7DQWH3k_27c",
|
31 |
| - "outputId": "d494a712-c94f-468d-a1e5-54d80e15cd0a", |
32 | 32 | "colab": {
|
33 | 33 | "base_uri": "https://localhost:8080/"
|
34 |
| - } |
| 34 | + }, |
| 35 | + "outputId": "ff127929-96a9-4217-c95e-e18e5f37f497" |
35 | 36 | },
|
36 | 37 | "source": [
|
37 | 38 | "!pip install chatterbot"
|
38 | 39 | ],
|
39 |
| - "execution_count": 3, |
| 40 | + "execution_count": 1, |
40 | 41 | "outputs": [
|
41 | 42 | {
|
42 | 43 | "output_type": "stream",
|
43 | 44 | "text": [
|
44 | 45 | "Collecting chatterbot\n",
|
45 | 46 | "\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", |
49 | 49 | " 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", |
51 | 50 | "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", |
52 | 53 | "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",
|
53 | 54 | "Installing collected packages: mathparse, chatterbot\n",
|
54 | 55 | "Successfully installed chatterbot-1.0.8 mathparse-0.1.2\n"
|
|
61 | 62 | "cell_type": "code",
|
62 | 63 | "metadata": {
|
63 | 64 | "id": "3zpUf0IjJ9aO",
|
64 |
| - "outputId": "41f12228-3152-4f5e-f5ab-62ea13c9e744", |
65 | 65 | "colab": {
|
66 | 66 | "base_uri": "https://localhost:8080/"
|
67 |
| - } |
| 67 | + }, |
| 68 | + "outputId": "4198274b-4634-4829-f31f-c58b41460816" |
68 | 69 | },
|
69 | 70 | "source": [
|
70 | 71 | "!pip install chatterbot_corpus"
|
71 | 72 | ],
|
72 |
| - "execution_count": 4, |
| 73 | + "execution_count": 2, |
73 | 74 | "outputs": [
|
74 | 75 | {
|
75 | 76 | "output_type": "stream",
|
76 | 77 | "text": [
|
77 | 78 | "Collecting chatterbot_corpus\n",
|
78 | 79 | "\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", |
80 | 81 | "\u001b[?25hRequirement already satisfied: PyYAML<4.0,>=3.12 in /usr/local/lib/python3.6/dist-packages (from chatterbot_corpus) (3.13)\n",
|
81 | 82 | "Installing collected packages: chatterbot-corpus\n",
|
82 | 83 | "Successfully installed chatterbot-corpus-1.2.0\n"
|
|
93 | 94 | "source": [
|
94 | 95 | "from chatterbot import ChatBot"
|
95 | 96 | ],
|
96 |
| - "execution_count": 5, |
| 97 | + "execution_count": 3, |
97 | 98 | "outputs": []
|
98 | 99 | },
|
99 | 100 | {
|
|
109 | 110 | " 'chatterbot.logic.TimeLogicAdapter'],\n",
|
110 | 111 | ")"
|
111 | 112 | ],
|
112 |
| - "execution_count": 6, |
| 113 | + "execution_count": 4, |
113 | 114 | "outputs": []
|
114 | 115 | },
|
115 | 116 | {
|
|
118 | 119 | "id": "1HIfQfQNAqP0"
|
119 | 120 | },
|
120 | 121 | "source": [
|
121 |
| - "from chatterbot.trainers import ListTrainer" |
| 122 | + "from chatterbot.trainers import ChatterBotCorpusTrainer" |
122 | 123 | ],
|
123 |
| - "execution_count": 7, |
| 124 | + "execution_count": 5, |
124 | 125 | "outputs": []
|
125 | 126 | },
|
126 | 127 | {
|
|
129 | 130 | "id": "OFLmWD_ZKQvG"
|
130 | 131 | },
|
131 | 132 | "source": [
|
132 |
| - "trainer = ListTrainer(bot)" |
| 133 | + "trainer = ChatterBotCorpusTrainer(bot)" |
133 | 134 | ],
|
134 |
| - "execution_count": 8, |
| 135 | + "execution_count": 6, |
135 | 136 | "outputs": []
|
136 | 137 | },
|
137 | 138 | {
|
138 | 139 | "cell_type": "code",
|
139 | 140 | "metadata": {
|
140 | 141 | "id": "47NnbZQsKT_w",
|
141 |
| - "outputId": "b25df833-c3bd-45c1-a019-354d2ae09b98", |
142 | 142 | "colab": {
|
143 | 143 | "base_uri": "https://localhost:8080/"
|
144 |
| - } |
| 144 | + }, |
| 145 | + "outputId": "a579fadb-897c-4f6a-8e2e-49e0264bc3cf" |
145 | 146 | },
|
146 | 147 | "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')" |
159 | 149 | ],
|
160 | 150 | "execution_count": 9,
|
161 | 151 | "outputs": [
|
162 | 152 | {
|
163 | 153 | "output_type": "stream",
|
164 | 154 | "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" |
166 | 174 | ],
|
167 | 175 | "name": "stdout"
|
168 | 176 | }
|
|
172 | 180 | "cell_type": "code",
|
173 | 181 | "metadata": {
|
174 | 182 | "id": "Q-6-d-l9KbQ-",
|
175 |
| - "outputId": "a3d5ec42-3c38-4775-8ab3-acc791ea8ee1", |
176 | 183 | "colab": {
|
177 | 184 | "base_uri": "https://localhost:8080/"
|
178 |
| - } |
| 185 | + }, |
| 186 | + "outputId": "14d17140-eab5-49d2-eb35-47fcba517650" |
179 | 187 | },
|
180 | 188 | "source": [
|
181 | 189 | "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", |
183 | 191 | "while True:\n",
|
184 | 192 | " request=input(name+':')\n",
|
185 | 193 | " if request=='Bye' or request =='bye':\n",
|
186 |
| - " print('Bot: Bye')\n", |
| 194 | + " print('Pranav: Bye')\n", |
187 | 195 | " break\n",
|
188 | 196 | " else:\n",
|
189 | 197 | " response=bot.get_response(request)\n",
|
190 |
| - " print('Bot:',response)" |
| 198 | + " # get_reponses() is a method of chatbot instance\n", |
| 199 | + " print('Pranav:',response)" |
191 | 200 | ],
|
192 |
| - "execution_count": 13, |
| 201 | + "execution_count": 12, |
193 | 202 | "outputs": [
|
194 | 203 | {
|
195 | 204 | "output_type": "stream",
|
196 | 205 | "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" |
205 | 218 | ],
|
206 | 219 | "name": "stdout"
|
207 | 220 | }
|
|
215 | 228 | "source": [
|
216 | 229 | ""
|
217 | 230 | ],
|
218 |
| - "execution_count": 13, |
| 231 | + "execution_count": 8, |
219 | 232 | "outputs": []
|
220 | 233 | }
|
221 | 234 | ]
|
|
0 commit comments