We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b677f2e + e00bb85 commit 5d90db0Copy full SHA for 5d90db0
1 file changed
README.md
@@ -0,0 +1,22 @@
1
+# Chatbot_2020_Tutorial
2
+2020 Tutorial - Basic Chatbot design - WIth External Plugins
3
+
4
5
+## Stage 1 :
6
+Create Chatbot Userinterface
7
+Create Plugin Interface
8
+Create BrainController
9
+Create Plugin
10
11
+## Stage 2 :
12
+Create Question and Answer Database For internal brain function
13
+create Internal Function
14
15
+## Stage 3 :
16
+Create STATE MACHINE
17
+-Emotional State
18
+-Previous Memory State (Update Inteface (AI_CONTRACTS))
19
20
+## Stage 4 :
21
+Create Data Editor
22
+Create Plugin Compiler
0 commit comments