Giter VIP home page Giter VIP logo

presenterbot's Introduction

presenterBot

A bot that presents about bots using Microsoft Bot Framework

This was built for a presentation and demonstrates the use of:

1-Microsoft Bot Framework

2-Direct Line via a custom TypeScript client

3-A bot that can traverse multiple channels (custom web channel and skype) carrying the user's context with it

4-The use of LUIS (the language model is in the source as well)

5-The use of Bing Speech API from the bot UI

6-The use of custom, rich controls in the bot UI

You can watch it working here: https://channel9.msdn.com/Series/Explain/Meet-the-presenter-bot-a-bot-that-presents-about-bots

Setting it up:

There are a few steps you need to follow so you can run it:

1-You need to setup your own LUIS model (and import the LUIS model that it's in there). All of that is done at www.luis.ai

2-Then setup the LUIS keys in the web service so it can reach out to LUIS.

3-You need to deploy the web service and register it in bot framework, then get the key, secret and bot id you get there and put in the web.config (remember you will likely need to deploy it again after that).

4-You need to enable direct line in the bot framework portal, get the keys and use them in the web client.

5-You also need to enable a Bing Speech API subscription and use those subscription keys on the client as well (in the bing speech client typescript file).

So basically most of the setup work involves getting yourself keys, registering your bot and then running it.

The sample uses the Microsoft Cognitive Services, see https://www.microsoft.com/cognitive-services/. Developers using this are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services” at http://go.microsoft.com/fwlink/?LinkId=698895.

Data submitted may be retained by Microsoft for service improvement purposes, along with the other stipulations noted in the following documents: Cognitive Services TOU, Developer Code of Conduct

presenterbot's People

Contributors

matvelloso avatar ejadib avatar

Watchers

James Cloos avatar Alexandre Henzen 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.