-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/spydaz/Chatbot_2020_Tutorial
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Chatbot_2020_Tutorial | ||
2020 Tutorial - Basic Chatbot design - WIth External Plugins | ||
|
||
|
||
## Stage 1 : | ||
Create Chatbot Userinterface | ||
Create Plugin Interface | ||
Create BrainController | ||
Create Plugin | ||
|
||
## Stage 2 : | ||
Create Question and Answer Database For internal brain function | ||
create Internal Function | ||
|
||
## Stage 3 : | ||
Create STATE MACHINE | ||
-Emotional State | ||
-Previous Memory State (Update Inteface (AI_CONTRACTS)) | ||
|
||
## Stage 4 : | ||
Create Data Editor | ||
Create Plugin Compiler |