VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Simple Artificial Intelligence (AI) Chatbot

by lonetron (2 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (21 Votes)

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

Download A Simple Artificial Intelligence (AI) Chatbot

Download A Simple Artificial Intelligence (AI) Chatbot (5 KB)

A Simple Artificial Intelligence (AI) Chatbot Comments

No comments have been posted about A Simple Artificial Intelligence (AI) Chatbot. Why not be the first to post a comment about A Simple Artificial Intelligence (AI) Chatbot.

Post your comment

Subject:
Message:
0/1000 characters