aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-02 02:01:54 +0100
committerwinter Sparkles2026-08-02 02:01:54 +0100
commit23217bcb4ee035572c1365dfe653a3179e64b54b (patch)
tree03c38282a3a0face4043a9d3ab07050d70c83963 /README
initial commit yap yap yap
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f327944
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+here i present to you my creature simulator
+
+it's using some very questionable python code
+and very questionable language-processing techniques that i pulled out of my arse
+
+however it is able to simulate a conversation with a creature of your definition!
+default creature is "summer", a cute scrunkly bunny rabbit. but you can change it
+by editing the source code to point to a different corpus file and changing what's
+in the file accordingly to define the behaviour of your creature. you can start by
+just adding a couple of lines of example q+a's, and then run the python programme,
+and it will ask you to suggest other things it could say if it's not sure
+
+this is very messy code and i may or may not clean it up eventually who knows