Click here to Skip to main content
15,886,024 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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:
Posted

Process.Start("Notepad.exe");

DateTime.Now().ToString();

Seriously, I'm not sure how anyone can help you on such a broad, top level request.
 
Share this answer
 
"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[^].
 
Share this answer
 
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.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900