We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f16289 commit f91a925Copy full SHA for f91a925
Getting-started-with-python-chatbot
@@ -0,0 +1,11 @@
1
+Requirements: Windows OS, Python 3.X.X (64-bit)
2
+Procedure:
3
+1) Install python 3.x.x 64 bit.
4
+2) Now add the python/script path to the ENVIROMENT VARIABLES (control panel--->Advanced Setting)
5
+3) Go to command prompt (run as administrator) type "pip install chatterbot" and press enter.
6
+4)Change the directory from C:\\ to where the python file is present.
7
+5)Here the python file "ha.py" is the code for chatterbot
8
+6)After changing the directory in cmd, enter the following
9
+ "python ha(filename).py"
10
+7)...........
11
+8)The chatbot is ready to have a conversation with you!!!
0 commit comments