Skip to content

Specification

Ben Orchard edited this page Mar 2, 2015 · 2 revisions

JayI is a conversational AI which learns from what you say to it, and also includes some basic dynamic functions for e.g. printing the date. These are the required functions we want to implement:

  • Use previous input to dynamically select phrases to respond with -- see machine learning
  • Save current state ('knowledge') into a file and be able to restore from the produced file.

TODO

rm -rf /dev/my-life
ln -s JayI.py /dev/my-life
Clone this wiki locally