GithubHelp home page GithubHelp logo

paul-english / rasa-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rasahq/rasa-demo

0.0 1.0 0.0 49.19 MB

:tiger: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack

Home Page: https://rasa.com/docs/demobot/

License: GNU General Public License v3.0

Dockerfile 19.62% Makefile 33.01% Python 47.37%

rasa-demo's Introduction

Sara - the Rasa Demo Bot

Build Status

๐Ÿ„ Introduction

The purpose of this repo is to showcase a contextual AI assistant built with the open source Rasa Stack.

Sara is an alpha version and lives in our docs, helping developers getting started with our open source tools. It supports the following user goals:

  • Understanding the Rasa Stack
  • Installing the Rasa Stack
  • Answering some FAQs around the Rasa Stack
  • Subscribing to the Rasa newsletter
  • Requesting a call with Rasa's sales team
  • Handling basic chitchat

You can talk to Sara here and find planned enhancements for Sara in the Project Board

๐Ÿค– How to install and run Sara

To install Sara, please clone the repo and run:

cd rasa-demo
pip install -e .

This will install the bot and all of its requirements. Note that it was written in Python 3 so might not work with PY2.

To train the core model: make train-core (this will take 2h+ and a significant amount of memory to train, if you want to train it faster, try the training command with --augmentation 0)

To train the NLU model: make train-nlu

To run Sara with both these models:

docker run -p 8000:8000 rasa/duckling
make run-cmdline

There are some custom actions that require connections to external services, specifically ActionSubscribeNewsletter and ActionStoreSalesInfo. For these to run you would need to have your own MailChimp newsletter and a Google sheet to connect to.

If you would like to run Sara on your website, follow the instructions here to place the chat widget on your website.

๐Ÿ‘ฉโ€๐Ÿ’ป Overview of the files

data/core/ - contains stories for Rasa Core

data/nlu - contains example NLU training data

demo - contains custom action/api code

domain.yml - the domain file for Core

nlu_tensorflow.yml - the NLU config file

policy.yml - the Core config file

๐ŸŽ License

Licensed under the GNU General Public License v3. Copyright 2018 Rasa Technologies GmbH. Copy of the license. Licensees may convey the work under this license. There is no warranty for the work.

rasa-demo's People

Contributors

akelad avatar wochinge avatar amn41 avatar epedrotti avatar ls1707 avatar alexweidauer avatar ksurya avatar claverru avatar

Watchers

Paul English 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.