AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

How to start? are the any tutorials?
 
 

Hi
I am newbie in thi forum(Also in creating chatbots) but like to create one. But my goal is to have a offline bot. is it possible or not?
If it’s possible, may you help me where should I start? are there any tutorials?

Very thank you in advanced!

 

 
  [ # 1 ]

Hi,
a good start is ti read this tutuo

and this introduction.


all you need is in /PDFDOCUMENTATION in /ChatScript folder

at github : https://github.com/bwilcox-1234/ChatScript

and this other introduction :  https://medium.freecodecamp.org/chatscript-for-beginners-chatbots-developers-c58bb591da8

regards

 

 
  [ # 2 ]
Mathieu Rigard - Oct 2, 2017:

Hi,
a good start is ti read this tutuo

and this introduction.


all you need is in /PDFDOCUMENTATION in /ChatScript folder

at github : https://github.com/bwilcox-1234/ChatScript

and this other introduction :  https://medium.freecodecamp.org/chatscript-for-beginners-chatbots-developers-c58bb591da8

regards

Thank you Mathieu!
But may you answert to my key question? Is it possible to run chat script in offline mode with same accuracy and speed? and what’s the system requriments for that?

 

 
  [ # 3 ]

For local server mod in Linux 64 bits environnement you can go in /BINARIES folder an execute

./LinuxChatScript64 local

If it’s your question…

I think a Raspberry Pi can do it.

 

 
  [ # 4 ]

both windows and linux can be run in local mode, executing the same ChatScript capabilities and scripts uniformly

 

 
  [ # 5 ]

I read the tutorial, but it’s out dated I think and don’t know should I modify my files as tutorial says or not?

in tutorial it says:

Copy the file “chatscript/files1.txt” that comes with the zip file into a new fiel
“chatscript/files2.txt”.
In files2.txt, remove the line “RAWDATA/simpletopic.top”, and insert a reference to your newly
created file. On my Linux computer, files2.txt looks like this (of course the path to tutorial.top
may be different on your computer):
RAWDATA/simplecontrol.top
/home/erelsgl/chatscripts/tutorial.top
# RAWDATA/simpletopic.top
# default bot control
# tutorial bot data
# default bot data (inactive)

But there is no files1.txt file in my downloaded zip file (version 7.55) , and there is only ChatScript-7.55/RAWDATA/files0.txt file with this content:


# underlying vocabulary organization
RAWDATA/ONTOLOGY/
RAWDATA/ONTOLOGY/PARSER/
# objects
#ENGLISH RAWDATA/WORLDDATA/


Whad do should I do?

 

 
  login or register to react