Hey,
I have been researching Artificial intelligence for a while now, I have searched all over the Internet for a Chat Bot, so I was hoping for some help, a project download would be help full :-D
it has to be able to:
talk back,
learn new commands say e.g. "Hru means how are you",
be able to run programs e.g "run: Notepad",
tell the user the time and date,
have a Gui,
and it must have images like to tell what is mood is.
This may seem like a lot, but I would be very helpful even if you can just give me parts of codes :D
Best wishes,
Joel Tankard :laugh:
解决方案Process.Start("Notepad.exe");
DateTime.Now().ToString();
Seriously, I'm not sure how anyone can help you on such a broad, top level request.
"I have searched all over the Internet for a Chat Bot" - rush44
Did you search the articles on CodeProject? Have a look at these results[^].
I found this here: Chatbot Tutorial[^] I have compiled a couple of versions of them and somewhere Mr Gonzales has versions posted in C++ and C#. They are console applications so will have to be made into Windows GUI applications, something I would like to do as well.