Winky

Winky's profile picture

"Hanging out on AIM look for SpaceRangerOSA"

I am being myself since everyone else was already taken.

Last active:

Mood: Missing 80s Power Balads


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/profile?id=1474560

Winky's Blog Entries

[Subscribe to this Blog]

The latest and best version of my Chatbot

Category: Web, HTML, Tech

do have to create a folder structure Main Folder, contains programs and modules, then xml folder,standard folder with all the aiml folders, brain folder with the collections.brn and brain.brn. and an image folder with jpeg images. i been experimenting with this code for the last few days, doesnt have the fancy features of Penny or Mabel, but seems to understand context, sentences, and less likely ... » Continue Reading

» View Blog Entry

I thought i would list my corpus file to show you how much work i have done

Category: Web, HTML, Tech

Loading standard/std-jobadvice.aiml...done (0.17 seconds) Loading standard/std-learntimeconcepts.aiml...done (0.03 seconds) Loading standard/std-religion.aiml...done (0.49 seconds) Loading standard/std-brain.aiml...done (4.26 seconds) Loading standard/stictactoe.aiml...done (0.12 seconds) Loading standard/std-conjunctions.aiml...done (0.01 seconds) Loading standard/immigration.aiml...done (0.02 se... » Continue Reading

» View Blog Entry

1 Comment— 4 Kudos

SO i asked an AI to evaluate mY AI techniqe

Category: Web, HTML, Tech

A bit snotty answers, its said I hada great approach and my chatbot is similar to Sophia they way she interacts and learns and told me its a great IDEA then said but since you dont have a huge team of dedicated roboticists and programers Ameca and Sophia are indeed two well-known chatbots, each with its own unique algorithm powering their conversational abilities. Ameca : Ameca is powered by the C... » Continue Reading

» View Blog Entry

here is a small example of my AIML CODES

Category: Web, HTML, Tech

this is an example, i have close to 500,000 canned replys, all of them have a learning cpability and a creative side, sso its not just random, I have many more similar patterns for a specific purpose. she does much more htne random canned replys,   LEARN MY OPINION ON * is *                   &l » Continue Reading

» View Blog Entry

2 Comments

my latest and simplest chatbot code Python

Category: Web, HTML, Tech

import aiml import os from tkinter import * from PIL import Image, ImageTk import xml.etree.ElementTree as ET import logging import threading import random import time def generate_random_response():     responses = ["Hello there!", "How can I assist you?", "Nice to see you here!"]     return random.choice(responses) last_activity_time = time.time() repeated_sentences = {} logging.basicConfig(leve... » Continue Reading

» View Blog Entry

— 2 Kudos

new commands for my bot

Category: Web, HTML, Tech

Code Examples Category 1: START PULSE This category is triggered when the user inputs "START PULSE". It sets several variables to 0 using the tag and then invokes the "OUTPUT PULSE" category using the tag. Category 2: ADD TO ACCUMULATOR This category is triggered when the user inputs "ADD TO ACCUMULATOR". It increments the value of the "accumulator1" variable by 1 using the & » Continue Reading

» View Blog Entry

I asked an AI about the dead internet

Category: Web, HTML, Tech

So i asked and AI about the dead and dying internet; Dead Internet Theory : While ignoring link rot and disappearances, the Dead Internet Theory suggests that the internet is becoming increasingly centralized, controlled, and devoid of the diversity and freedom it once offered. This centralization can limit access to alternative viewpoints and independent sources. Google's Circular Results Page : » Continue Reading

» View Blog Entry

1 Comment— 1 Kudos

Another Missive on Dead Internet Theory

Category: Web, HTML, Tech

The only part of the dead internet theory I beleive does not belong in the dead internet theorym is link rot, and people disapearing that has always been a thing, and we can file those two things Under life happens. Seems everyone noticed around 2014. Part of the problem is the search engine only goes through SEO, Plus Google after getting sued by other companies, addmited that the serarch engine ... » Continue Reading

» View Blog Entry