Results 1 to 6 of 6

Thread: Chatbot using AI, is it possible?

  1. #1
    Join Date
    Feb 2015
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Question Chatbot using AI, is it possible?

    A few years ago I asked myself the same question (just with cleverbot in mind). Is it possible to include an API in Simba so your script could really talk to people? Now as the time went on those AI got better and better, you can actually feed them conversations which they then use to learn. So my thought was to create a chatbot with something like wit ai or googles dialogflow. But I'm not sure if it is possible to integrade the API in Simba as I don't really know that much about Simba/Lape in specific. I know wit ai uses a HTTP API.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    I'm sure it's possible. You would likely have to write your own API unless there already exist Pascal-style bindings for the (presumably external) AI-chatbot service you wish to use. Simba is capable of creating arbitrary socket connections as well as communicating over HTTP.

    I did some searching and found one Zyt3x made some years ago which appears to use GetPage (HTTP). The site it connects to is still up (http://www.cooldictionary.com/splotchy.mpl) so it might still work as long as you update the code to use Simba/Lape instead of SCAR/PascalScript. https://villavu.com/forum/showthread.php?t=54000

    Edit: Here's another one I found that uses dictionaries https://villavu.com/forum/showthread.php?t=45862

    Edit2: and another, very old one by Fawki. Also uses some type of dictionaries https://villavu.com/forum/showthread.php?t=1143
    Last edited by KeepBotting; 08-04-2018 at 05:30 PM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    Slacky used Cleverbot on osrs.

    It was fairly funny. People even spoke to it, and it asked dumb questions like "do you play runescape?"

    Anyway, don't waste your time.

  4. #4
    Join Date
    Feb 2015
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Thank you for pointing me in the right KeepBotting direction. I will definitly look into this. The chatbot I named uses a standard REST API with jason, I saw a post on the Simba 1.2.0-rc5 release which mentions json support for simba, I will definitly give this a shot when I the time. Again thank you for helping

  5. #5
    Join Date
    Feb 2015
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by the bank View Post
    Slacky used Cleverbot on osrs.

    It was fairly funny. People even spoke to it, and it asked dumb questions like "do you play runescape?"

    Anyway, don't waste your time.
    I know cleverbot is odd, I want to use wit ai or googles dialogflow, as the seem to come really close to human chatting. In the end I just want to see where this goes and if I can get it running

  6. #6
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    I wonder if using https://github.com/gunthercox/chatterbot would be any good. Its language independent and the training data you give it can be about any topic.
    Discord: Guy#1693

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •