All Projects → vitoravale → MaratonaBots

vitoravale / MaratonaBots

Licence: other
Códigos em Node.js da Maratona Bots

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MaratonaBots

Botbuilder Samples
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!
Stars: ✭ 3,484 (+11913.79%)
Mutual labels:  bots, luis, qnamaker, luis-ai
luis
Microsoft Luis.ai API Golang package
Stars: ✭ 29 (+0%)
Mutual labels:  luis, luis-ai
Holobot
HoloLens bot demo
Stars: ✭ 26 (-10.34%)
Mutual labels:  luis, cognitive-services
CotacaoMonetariaBot
Chatbot para cotação de algumas moedas estrangeiras para o Real (BRL).
Stars: ✭ 27 (-6.9%)
Mutual labels:  luis, cognitive-services
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+23679.31%)
Mutual labels:  luis, custom-vision
botsfromzerotohero
This repository contains all the code samples of "Developing Intelligent Bots from Zero to Hero" channel9/MVA course.
Stars: ✭ 14 (-51.72%)
Mutual labels:  luis, botframework
three-vue-pattern
A biofeedback visualization made with Three.js, Vue, and LUIS (cognitive services), made with Brian Holt
Stars: ✭ 97 (+234.48%)
Mutual labels:  luis, cognitive-services
Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
Stars: ✭ 23 (-20.69%)
Mutual labels:  luis, cognitive-services
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (+3.45%)
Mutual labels:  bots, bot-builder
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+32610.34%)
Mutual labels:  bots, bot-builder
Maratona Bots
Maratona Bots é um curso de capacitação para desenvolvimento de Bots, utilizando APIs e outros serviços de Inteligência Artificial, feito pela comunidade em parceria com a Microsoft.
Stars: ✭ 198 (+582.76%)
Mutual labels:  bots
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+7837.93%)
Mutual labels:  bots
BotServiceStressToolkit
A toolkit to stress test your Bots implemented using Azure BotBuilder SDK and deployed to Azure Bot Service
Stars: ✭ 30 (+3.45%)
Mutual labels:  botframework
iot-workshop
A complete IoT Workshop
Stars: ✭ 42 (+44.83%)
Mutual labels:  cognitive-services
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (+572.41%)
Mutual labels:  bots
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+79.31%)
Mutual labels:  cognitive-services
Botbuilder Microsoftteams
Microsoft Bot Builder extension library for developing bots for Microsoft Teams
Stars: ✭ 192 (+562.07%)
Mutual labels:  bots
Delbot
It understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Stars: ✭ 191 (+558.62%)
Mutual labels:  bots
Rubotnik
"Bot-end" Ruby framework to quickly build and launch a Facebook Messenger chatbot
Stars: ✭ 191 (+558.62%)
Mutual labels:  bots
Blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+4920.69%)
Mutual labels:  bots

MaratonaBots

Exemplos de códigos da Maratona Bots em Node.js utilizando o SDK do Microsoft BotBuilder juntamente com o BotBuilder-CognitiveServices e as plataformas:

Instalação

  1. Faça o clone deste projeto com git clone https://github.com/vitoravale/MaratonaBots.git

  2. Entre na pasta do projeto e instale as dependências com npm install

  3. Atualize as chaves dentro do arquivo .env na raiz do projeto.

  4. Rode a aplicação utilizando npm run CÓDIGO, onde código pode ser:

Módulo Lição Código Outros
2 2: QnA Maker e Active Learning m2l2
2 3: Testando o seu FAQ Bot m2l3
3 1: Componentes Multimídia m3l1
3 2: Componentes de Navegação e Manipulação de Arquivos m3l2
3 3: Ciclo de vida de um diálogo m3l3
3 4: Construção de uma API de Dados no Azure m3l4
3 5: Construção de um Workflow m3l5m Feito de forma manual
3 5: Construção de um Workflow m3l5w Feito com a biblioteca dgkanatsios/formflowbotbuilder
4 1: Visão geral da plataforma m4l1 Projeto base para o módulo
4 2: LUIS e o processamento de linguagem m4l2
4 3: Computer Vision m4l3
4 4: Pesquisa e Recomendação m4l4
4 5: Localização m4l5

Recuperar as chaves do QnA Maker

Para utilizar o QnA Maker você precisará informar suas knowledgeBaseId e subscriptionKey dentro do arquivo .env, para isto basta acessar sua lista de serviços na plataforma QnA Maker e clicar no botão View Code do serviço a ser utilizado, a janela exibda conterá os dados que você precisa utilizar. A imagem abaixo demonstra a posição de cada item na tela.

Imagem da tela de exemplo de código da plataforma QnA Maker

Recuperar a url do LUIS

Para utilizar o LUIS você precisará informar seu Endpoint dentro do arquivo .env, para isto basta acessar sua aplicação na plataforma LUIS e acessar a aba Publish do serviço a ser utilizado, no final da página exibida estarão os dadores referentes à Resources and Keys, basta copiar a url listada. A imagem abaixo demonstra a posição do item na tela...

Imagem da tela de exemplo de código da plataforma LUIS

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].