Giter Site home page Giter Site logo

revolutionisme / hackathon-conf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from red-hood/hackathon-conf

0.0 0.0 0.0 65 KB

This repository is for enabling external developers to configure some of the globally scoped skill configurations of their skill which are not exposed through a GUI yet.

License: GNU General Public License v3.0

hackathon-conf's Introduction

hackathon-conf

Motivation

The intention of this repository is to provide an interface for the rhapsody hackathon participants to configure their skills for the configurations that are not available/exposed in the SDP - skill development platform yet.

In the future all of the things you can do here should and will be consolidated into the SDP.

For the course of this hackathon we decided only to expose the RegexNLU mechanism to build skills. In case you want to use a LUIS model please contact the organisational team in the slack.

Important

Please prefix your intents in the domain.json, answer-regex.json and regex.json with your TEAM_XY_ identifier.

How to use

I want to build a simple skill without a reprompt model

Fork this repo, and create a pull request (after rebasing your master branch with the master branch of this repository) in your TEAM_XY_ folder.

Create the regex NLU for your usecase like so:

[
  {
    "name": "TEAM_XY_<INTENT_NAME>",
    "pattern": "you want to catch everything after this sentence (.*)",
    "entities": ["caught_stuff"]
  }
]

Create your domain context metadata using dcm:

asciicast

I want to build a simple skill with a reprompt model

Same as above. Just fill out answer-regex.json out.

License

This project is licensed under the GPL-3 license.

hackathon-conf's People

Contributors

4thel00z avatar boriside avatar fatemetardasti96 avatar fboerncke avatar floberlin avatar hingo avatar j-ringel avatar jeetranjan avatar larslipinski avatar leonardmf avatar neiser avatar nesh108 avatar pafciu17 avatar red-hood avatar rmessaou avatar rtzll avatar sergienya 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.