wedataintelligence / aichat

Data-driven chatbot framework that maintains context and state for multi-turn dialog scripting

Home Page:http://aira.github.io/aichat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/aira/aichat.svg?branch=master

aichat

A chatbot framework for configuring and testing chatbot dialog specifications.

Description

aichat combines 2 approaches (more to come):

  1. pattern matching (grammar-based appraoch)
  2. search (retrieval-based approach)

Like AIML aichat allows you to control context and build a graph of behaviors (edges are chatbot actions/utterances). You can hand-craft your behaviors or "machine learn" them from example dialog corpora.

In the future aichat will incorporate a knowledge base (a grounding chatbot approach)

Usage

` shell $ hey Bot, "What's up?" I heard you, but I'm not sure what you mean. `

About

Data-driven chatbot framework that maintains context and state for multi-turn dialog scripting

http://aira.github.io/aichat

License:MIT License


Languages

Language:Python 62.2%Language:Shell 19.6%Language:JavaScript 11.4%Language:HTML 4.4%Language:Dockerfile 1.4%Language:CSS 0.9%