Friday, September 08, 2006

AI (Artificial Intelligence)

#!/bin/python2

import aiml

k=aiml.Kernel()
k.learn("std-startup.xml")
k.respond("load aiml b")
while True : print k.respond (raw_input(">"))

Type in the following to ensure that your bot works well...I will post the logs later....

Sometimes its hard to believe...still only a human...