VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple Artificial Intelligence (AI) Chatbot

lonetron  (2 Submissions)   Complete Applications   Visual Basic 5.0   Advanced   Wed 3rd February 2021

This application demonstrates how to write a VB client for an AI chat bot. The code it self is only a few pages, documented and easy to understand. This example uses the Transplantable Artificial Neurological Units (TANU) architecture. After you download this VB Chatbot client code point your web browser to https://www.p2bconsortium.com/sss/CreateBot.aspx to create and train your AI chatbot. Then use this open source client to chat with him/her.
You can also modify this code to bind your AI chatbot to both IRC and non-IRC chat systems.
If you need help feel free to stop by our IRC network and ask questions.
/server neptune.vathix.com
/join #tanu
You can also post questions to the https://www.ai-forum.org/forum.asp?forum_id=11
Be
sure to put TANU in the title of your thread so that TANU trainers can address your questions.

API Declarations
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Rate A Simple Artificial Intelligence (AI) Chatbot (22(22 Vote))

Download A Simple Artificial Intelligence (AI) Chatbot

A Simple Artificial Intelligence (AI) Chatbot Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters