Skip to content

everlifeai/ebrain-aiml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIML Server

This is the "AIML brain" for our Everlife node.

aim.png

Overview

The Everlife node can use a multitude of "brains" to communicate with the user. This allows it to grow smarter and use multiple technologies playing each to it's strengths.

Setup

There are two steps to set up your AIML brain.

  1. Download the aiml package. This contains the python AIML server.

     $> cd ebrain-aiml/
     $> git clone https://github.com/everlifeai/aiml.git
    
  2. Install the Node modules required by using the standard yarn command:

     $> yarn install
    

Usage

If the setup is correct, starting this server to try it out is very simple. Just run:

    $> yarn start

(When the Everlife Avatar Node starts up, it auto-starts the brain so nothing needs to be done).

Testing

Use test.js to chat with the started bot. This is wrapped in a yarn command as well:

    $> yarn chat Good Morning

Feedback

Report Feedback, Issues, etc, to the Everlife.AI support groups.

About

The AIML brain for the Everlife Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published