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..

Starting with AI
 
 

can any one please guide me on how to start with chat bot programming?
I am just starting with a scratch and don’t know anything about chat bot programming
I have some doubts that
a) can i program my chat bot with java?
b) Which databases are used with chatbots?
Please reply as soon as possible

 

 
  [ # 1 ]

> http://www.youtube.com/user/aimlinstructor/videos?sort=dd&query=aiml&view=0&page=2

See the earlier videos under aimlinstructor at YouTube, above link.

> http://www.pandorabots.com

Start with Pandorabots.com.  Once you get comfortable with AIML, then you can go on to PHP Program-O using MySQL.

> http://blog.program-o.com

 

 
  [ # 2 ]

I have read a lot in these forums and searched with google, so i found a lot of helpful stuff.

I think the main question is what do you expect from the chat bot. Shall he simply chat with a person? In that case AIML solutions should be simply to manage. When you expect much more possibilites (like getting actual data from other applications or storing facts), chatscript could be your solution!

Maybe you can tell us some examples for usage and we can try to find the potential best solution! =)

 

 
  [ # 3 ]

Thank you…!
but is it compulsory to go with AIML?
Am just asking so cause its my final year engineering project and have no clue of these things so do you think i’ll be able to manage with something new like this?
As we are already messed with lots of submissions and other stuff am little nervous to go with something very new… :(

 

 
  [ # 4 ]

I dont think it’s compulsory but probably not wrong. The AIML structure is easy and in a few minutes you can get a good overview how to use aiml and what is possible.

Im currently not sure what solutions exists for java or how easy they can be used. But for AIML you usually work with files instead of databases (same for chatscript).

 

 
  [ # 5 ]
Deep Dand - Jul 10, 2012:

Thank you…!
but is it compulsory to go with AIML?
Am just asking so cause its my final year engineering project and have no clue of these things so do you think i’ll be able to manage with something new like this?
As we are already messed with lots of submissions and other stuff am little nervous to go with something very new… :(

1. If it isn’t compulsary for you, it isn’t for us.
2. AIML is just about the oldest race horse in the stable. It’s been around for donkey’s years. It’s about as stable as you can go. Google it a little and you’ll see many references and different implementations.

 

 
  [ # 6 ]

Its not compulsory for me but am just thinking to go with easiest technology with which i can connect my databases well and implement logic as efficiently as possible..
any comments on this are most welcome
Thank you.

 

 
  [ # 7 ]

can any one tell me how to run AIML code?
if possible forward download link of software that is used for the same….

 

 
  [ # 8 ]

To run AIML files, you need an AIML interpreter. I would advise Program-O and Dave Morton would have been the best to advise you further on its usage but is unfortunately in hospital at the moment after being involved in a traffic accident.

 

 
  [ # 9 ]

I downloaded that Program O but am getting problem in installation and also not getting the use of program O please explain me its basic use….

 

 
  [ # 10 ]

A dialog system is most basically a kind of search engine, with text in and text out.

You send text in over an API or GUI, a kind of search is performed, and you get text out.

So, you might think of a dialog system as your own mini search engine.

In making the database, or what we call a knowledgebase, you get to choose which replies would be best.

The interpreter then traverses knowledge trees until arriving at the given answer.

Text in, text out .. you write the database .. and the interpreter searches out your response.

 

 
  [ # 11 ]

Hello sir,
I am actually stuck with AIML Program O and not getting how to proceed?
My some doubts are..
1) Do we need to be connetcted to the internet while installing that program?
2)  I am done with installations but while giving login id and password it shows “SESSION TIME OUT”

please tell me how to solve this problems..
Also i am running that program on WAMP server so any problems with that???
Reply to all questions please :(

 

 
  [ # 12 ]

I don’t actually use Program O, mainly because it’s just too onerous for me to deal with.  You may have to wait until Dave recovers from his accident sufficiently.  I think in this case more screencast videos are needed; as far as I know, there are no good how-to videos available for working with Program O.  I especially appreciate quickstart videos.

 

 
  [ # 13 ]

Since it causes too much pain to type out a long reply here, I’m going to refer you to the Program O Forums. Look through the posts there that deal with installation, and you’ll find the answer you need. Also (And frankly, this should have already been done), carefully read and “listen to” the README and INSTALL files that came with the script. They both contain valuable information to help you get started.

 

 
  [ # 14 ]

Ok so till sir comes back can anyone suggest me any other option for AI programming?

 

 
  [ # 15 ]

Can anybody please guide me to star up my project of a chat bot?
Some guidelines for making chat bot?
Please reply
thank you all.

 

 
  login or register to react