This is a resource of AI and robotics research. The code is proprietary so if you use it you must pay a royalty. Please contact paulandrewbird(a)gmail.com for terms. See also the
blog.
Artificial Intelligence demos
- Sentence Generator Reads in text from a text file then creates new sentences. This generates sentences purely on probabilistic terms but has no real intelligence.
- Story Analyzer Reads in text from a text file tries to analyze the story.
- Sentence Imaginer Reads sentences and forms a mental image of them. Translates them into animations. Designed to be expandable.
- Script Maker Takes a novel and attempts to turn it into a screenplay.
Things to do
- Natural language parser for drawing: Should parse things like
"Draw a triangle on a square", "Move the red circle", "When I tap any of the red circles rotate the blue square 20 degrees."
- Knowledge modeller: Has a model of things like a worm and an animal. Say, "A giraffe is a yellow animal with a long neck." Then it should imagine what a giraffe looks like.
- Troll village. A bit like the sims but they talk to each other to get information.
- Script maker. Find all speach in a book, guess who is saying what and turn book into a film script.
- Find a universal way for all these modules to speak to each other. Each is a kind of "evidence".
- The AI should have "reading level" like a child and be able to read books up to that level.