All Projects → alyssaong1 → Bot-Framework-Tutorial

alyssaong1 / Bot-Framework-Tutorial

Licence: other
Microsoft Bot Framework Hands on Lab Tutorial

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bot-Framework-Tutorial

Apijam
GitHub repo for API Jam Workshop
Stars: ✭ 254 (+1004.35%)
Mutual labels:  workshop, lab
Not-a-Dog-Workshop
Workshop to build an automatic Not a Dog application , using the Serverless Azure Functions and Cognitive Services
Stars: ✭ 15 (-34.78%)
Mutual labels:  workshop, cognitive-services
Openshiftv3 Workshop
OpenShift v3 Workshops by the OpenShift Tiger Team
Stars: ✭ 179 (+678.26%)
Mutual labels:  workshop, lab
MaratonaBots
Códigos em Node.js da Maratona Bots
Stars: ✭ 29 (+26.09%)
Mutual labels:  luis, cognitive-services
amqv7-workshop
No description or website provided.
Stars: ✭ 22 (-4.35%)
Mutual labels:  workshop, lab
CotacaoMonetariaBot
Chatbot para cotação de algumas moedas estrangeiras para o Real (BRL).
Stars: ✭ 27 (+17.39%)
Mutual labels:  luis, cognitive-services
three-vue-pattern
A biofeedback visualization made with Three.js, Vue, and LUIS (cognitive services), made with Brian Holt
Stars: ✭ 97 (+321.74%)
Mutual labels:  luis, cognitive-services
Holobot
HoloLens bot demo
Stars: ✭ 26 (+13.04%)
Mutual labels:  luis, cognitive-services
lab-nodejs
Node.js : test code lab
Stars: ✭ 13 (-43.48%)
Mutual labels:  lab
aiEyes
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users
Stars: ✭ 23 (+0%)
Mutual labels:  cognitive-services
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (+69.57%)
Mutual labels:  workshop
carto-workshop
CARTO training materials
Stars: ✭ 81 (+252.17%)
Mutual labels:  workshop
observability-workshop
To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
Stars: ✭ 48 (+108.7%)
Mutual labels:  workshop
workshop intro to sql
Reader for the Intro to SQL workshop series.
Stars: ✭ 22 (-4.35%)
Mutual labels:  workshop
Teaching-Data-Visualisation
Presentation and exercises for the Software Sustainability Institute Research Data Visualisation Workshop (RDVW)
Stars: ✭ 15 (-34.78%)
Mutual labels:  workshop
botsfromzerotohero
This repository contains all the code samples of "Developing Intelligent Bots from Zero to Hero" channel9/MVA course.
Stars: ✭ 14 (-39.13%)
Mutual labels:  luis
dat-workshop
How to build web apps using Dat. A workshop by GEUT.
Stars: ✭ 50 (+117.39%)
Mutual labels:  workshop
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (+286.96%)
Mutual labels:  workshop
Cypurr-Prezes
presentation materials for our cryptoparties
Stars: ✭ 48 (+108.7%)
Mutual labels:  workshop
ws-ldn-10
Generative design workshop (Clojure/ClojureScript)
Stars: ✭ 26 (+13.04%)
Mutual labels:  workshop

Microsoft Bot Framework Hands-On Lab: Mars Challenge

This is a hands-on-lab with the objective of building a bot that has multiple functions and deploying it to Azure for communication.

We will be using the Microsoft Bot Framework NodeJS SDK to build the bot web service and utilize some NPMs and open source SDKs along with Cognitive Services APIs.

Prerequisites (try to do before the lab starts)

  • Install NodeJS. After you've installed this, open your command line and run npm install npm -g. This updates Node's Package Manager (npm) to the latest version.
  • Install Visual Studio Code (or any other code editor of your choice)
  • Install Bot Framework emulator

Lab content (do in order)

  • Mission 1: Creating/setting up the bot
  • LUIS: Getting your bot to understand natural language
  • Mission 2: Getting news using Bing News API
  • Mission 3: Identifying objects using the Computer Vision API
  • Challenge 1: Sending emails
  • Challenge 2: Deploying the bot to Azure and connecting to channels

Additional reference links

  • Microsoft Bot Framework documentation Link
  • Full LUIS documentation Link
  • Bot Samples for Nodejs Link
  • Bot Samples for C# Link
  • More Bot Samples Link
  • Lots of Bot resources Link
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].