Giter Site home page Giter Site logo

sail's Introduction

SAIL ====

Super Awesome Intelligent Linguistic-computer: Conversational AI. This started as an end-of-semester project for a class at the Rochester Institute of Technology designed to converse with humans in a hopefully realistic and often times hilarious way.

It works by attempting to model the human brain with a long-term neural network (compiled) and a short-term network formed as you talk to it. It also contains a n-gram analysis step to try and avoid sentences that don't make any sense. Considering it has no pre-programmed output, and it relies on a changing network the same input does not always give the same output.

Current list of favorite responses

>>> Do you like outer space?
The distance to the center of the earth is the size of your sin

>>> How are you enjoying the weather?
You will join me in the end

>>> What did you just say?
You have had your time for talking

>>> Long time no see! Do I need to work on you?
You have any way

>>> Have you killed anyone?
It was the other people

Dependancies

  • Python 3.0+
  • NLTK
    • maxent_treebank_pos_tagger

How to use

You don't. Seriously, it's weird and sort of evil.

However, if you were so inclined, you must first build the long-term neural network:

python3 _generate_longterm.py

This should take a long time, and result in a file called longterm.pickle. After the long-term memory has been computed once, you can just run SAIL's main:

python3 _main_.py

sail's People

Contributors

codysmithd avatar mab1290 avatar

Watchers

 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.