Coder Social home page Coder Social logo

hugojosefson / botpress-recast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from techscientist/botpress-wit

0.0 2.0 0.0 265 KB

Module that integrates Recast.AI inside Botpress, for NLP.

License: GNU General Public License v3.0

JavaScript 96.43% CSS 3.57%
botpress recast-ai recast nlp

botpress-recast's Introduction

botpress-recast

Greenkeeper badge

The easiest way to create a Recast.AI bot with Botpress.

Getting started

botpress install recast

The Recast.AI module should now be available in your bot UI.

Features

This module currently only has one mode: Understanding (message API / NLP).

Understanding

This mode will inject understanding metadata inside incoming messages through the Recast.AI middleware.

Events will have a recast property populated with the extracted intents, entities, act, sentiment and the context.

Tip: Use this mode if you want to handle the conversation flow yourself and only want to extract entities from incoming text. This is great for programmers.

  bp.hear(
    {'recast.intents[0].value': 'weather'},
    (event, next) => {
      console.log('>> Weather')
      event.reply('#weather')

    }
  )

Community

Pull requests are welcomed! We believe that it takes all of us to create something big and impactful.

There's a Slack community where you are welcome to join us, ask any question and even help others.

Get an invite and join us now! ๐Ÿ‘‰https://slack.botpress.io

License

botpress-recast is licensed under AGPL-3.0

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.