Ai Dreams Forum

Robotics => Home Made Robots => Topic started by: 8pla.net on October 24, 2014, 01:51:54 am

Title: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on October 24, 2014, 01:51:54 am
FREE Chatbot Tool Kit (chatbot.tk)

For discussion purposes only, meaning no recommendation or promotion intended, suggested or implied. The purpose of this research is to ask the question... Is it possible to run a chatbot on the web completely FREE with no advertisements?

Last year this research began with FREE .TK domain name chatbots.tk, which renewed for FREE and is still in service. Both A.I. companies and enthusiasts found this research useful.  This year, new FREE domain name chatbot.tk drops the "s" and carries on the research, now in its 2nd year. 

Built and running at no cost. That's right! Domain name, chatbot.tk (ending in .TK) from the Dot TK Registry is completely FREE. With no advertisements, freewebhostingarea.com hosts the site for FREE. There is a mini forum package TinyPHPForum v3.61 which is FREE. A simple chatbot, I wrote in PHP, uses Espeak text to speech, which is FREE.   So, is a FREE chatbot possible?  What do you think?
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: Art on October 24, 2014, 10:01:58 am
As my wise father once told me, "There's no such thing as a Free Lunch, because someone, somewhere, is paying for it!"
I would venture to say that the same thing applies to this "Free Hosting" thing as well. There ARE costs involved somewhere.

That being said, it is nice to hear of no Ads being popped up every time a site is visited. I personally despise that!

I'll hunt around and take it in.

Thanks for the point!
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: ivan.moony on October 26, 2014, 10:51:43 pm
a lot of sites offer free basic hosting without ads (some limitations about maximum bandwidth), but the problem is that in a case of "Web of Trust" application, you inherit bad reputation from parent domains which are crowded with suspicious user sites. I've tried Wink.ws and Hostinger, but finally I've bought a personal domain because of mentioned problems (people were asking about bad reputatrion).
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on April 04, 2015, 06:47:40 pm
UPDATE:

The former free webhost added popup ads.  So, http://www.chatbot.tk (http://www.chatbot.tk) has been redirected to: https://sites.google.com/site/chatbottoolkit (https://sites.google.com/site/chatbottoolkit) for the time being.

The embedded YouTube video starts with a white noise sound effect, that then changes to a female robotic voice synthesis.

EDIT:

Just updated the CNAME record at the dot TK registry to point hostname www.chatbot.tk (http://www.chatbot.tk) to ip address: ghs.google.com ... A change which may take up to 24 hours. Until then, you may see a blank screen.

Oh, in plain language, this modification should make the website address. http://www.chatbot.tk (http://www.chatbot.tk) , be able to navigate through all the different pages of the free Google site using that custom .TK domain name. 

Well, hopefully all the settings are correct... Let's see if this works?

Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: Freddy on April 08, 2015, 10:28:48 pm
I can get there okay, looks nice. I had been listening to Pink Floyd really loudly prior to my visit so your white noise had me nearly jump out of my skin  ;D
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on April 19, 2015, 10:47:44 pm
Ultimately, the CNAME setting did not pan out.   I've tried several different settings and gave each attempt two days to work.  So for now I am forwarding http://www.chatbot.tk (http://chatbot.tk) to: https://sites.google.com/site/chatbottoolkit (https://sites.google.com/site/chatbottoolkit) because I ran out of options... I really don't want to do this, but I will for now at least until I can find a suitable free webhost. The last free web host started posting popup ads, so I moved on.  This is still a work in progress.  So ignore any 404 errors.  Any changes take two days to take effect.

Freddy, the video was created by one BASH script in Linux, including the white noise and robotic female voice text to speech. By this, I mean, running the BASH script generated a new video with audio, ready for upload to YouTube.  It uses all open source audio and video formats, and YouTube accepts them which is nice.

As you can see, the picture in the video is a stock image from the free Blogger theme, and for clarification... BASH, of course,  calls other programs in terminal.  I hope to extend this idea further, but now I just needed a quick video to setup on the Google site and the YouTube channel (http://www.youtube.com/channel/UCh3H7PZlbrJLGiwpKEUkgTQ)
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on May 11, 2015, 09:40:23 pm
Posted a source code snippet...

(https://sites.google.com/site/chatbottoolkit/_/rsrc/1431293885618/home/sourcecode.png)

It is running as a very simple chatbot interface, at http://www.chatbot.tk (http://www.chatbot.tk)
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on April 04, 2016, 01:59:06 am
Refurbished http://chatbot.tk (http://chatbot.tk) recently.  Currently, it is a small, simple website written in all original PHP code. There's a sandbox button featuring an original chatbot interface.

There is also an all new rudimentary engine, which barely qualifies as A.I.  It is so much fun to try to figure out the most efficient arrangement in the fewest lines of code.

Please don't compare this sandbox to AIML, Arckon, ChatScript, JAIL, or RiveScript.  It is just some experimental PHP code for research and inspiration.
Title: Re: FREE Chatbot Tool Kit (chatbot.tk)
Post by: 8pla.net on April 16, 2016, 08:24:14 pm
While still a small sized program, there has been an update to the A.I. engine. Now, there's certainly nothing wrong with pre-existing chatbots, and of course you get more convincing results from a larger system, but you can learn something from writing your own small chatbot, line by line, even if it is less convincing. The chatbot.tk sandbox is not a pre-existing chatbot.  It is really only a small, experimental source code listing.