Giter VIP home page Giter VIP logo

alisha-open's Introduction

SSC Editor

An entirly new way to create chatbots using SuperScript. Featuring a built-in realtime chat interface and gambit editor. This repository is a fork of Rob's Super-Script-Editor. Our goal is to add an actual Multilayer Neural Network behind this script and the bot should be able to learn and store it's learnings in a neural network. We'll also make interacting with Alisha a bit more fun.

Realtime Editor

Realtime Editor

Install

We are assuming you have node.js 0.10.x installed and MongoDB.

git clone https://github.com/Rajan/alisha-open.git
cd alisha-open
npm install
npm start

Then Open your browser to http://localhost:3000

Further Reading

Terminology

Topics

I topic is the main entry point into your application. All your conversaions start within a topic depending on what exactly was said the first topic could vary. SuperScript will continue to seatch topics until it finds a matching Gambit, then replies.

Gambits

A Gambit is a piece of information, in SuperScript it contains two parts an input and one or more replies. The input is the basis of the trigger that we match on.

Reply

This is what is said back to the user, and is the part of a Gambit. A reply can also have a series of Gambits attached to them thus creating a thread of conversation.

Docs

More information on using SuperScript and this Editor is available at http://superscriptjs.com.

License

The MIT License (MIT)

Copyright © 2014-2015 Rob Ellis

alisha-open's People

Contributors

silentrob avatar rajan avatar ganarajpr avatar karovski avatar vanm avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.