Skip to content

Commit f91a925

Browse files
authored
Create Getting-started-with-python-chatbot
1 parent 9f16289 commit f91a925

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Getting-started-with-python-chatbot

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)