All Projects → ChrisXinyu → Holobot

ChrisXinyu / Holobot

Licence: other
HoloLens bot demo

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to Holobot

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 (+13300%)
Mutual labels:  bot-framework, luis
SharePointAdminBot
SharePoint Administration Bot
Stars: ✭ 19 (-26.92%)
Mutual labels:  bot-framework, luis
Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
Stars: ✭ 23 (-11.54%)
Mutual labels:  luis, cognitive-services
Bot Banko
Sample for using Luis with Bot Framework V4 in a simple banking scenario
Stars: ✭ 28 (+7.69%)
Mutual labels:  bot-framework, cognitive-services
Mr Realtime Translator
Real-time translation services in Mixed Reality. Core pieces to get audio from the mic in Unity and stream over a websocket to the Azure Translator API and process the responses - as you speak!
Stars: ✭ 22 (-15.38%)
Mutual labels:  hololens, cognitive-services
CotacaoMonetariaBot
Chatbot para cotação de algumas moedas estrangeiras para o Real (BRL).
Stars: ✭ 27 (+3.85%)
Mutual labels:  luis, cognitive-services
MaratonaBots
Códigos em Node.js da Maratona Bots
Stars: ✭ 29 (+11.54%)
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 (+273.08%)
Mutual labels:  luis, cognitive-services
telegram-bot-framework
Python Telegram bot API framework
Stars: ✭ 19 (-26.92%)
Mutual labels:  bot-framework
UnityChatHololens
Unity Video Chat Hololens
Stars: ✭ 32 (+23.08%)
Mutual labels:  hololens
bots
Programming bots to play video games
Stars: ✭ 106 (+307.69%)
Mutual labels:  bot-framework
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (+69.23%)
Mutual labels:  bot-framework
chatto
Chatto is a minimal chatbot framework in Go.
Stars: ✭ 98 (+276.92%)
Mutual labels:  bot-framework
flow-bot
Framework to make bots based on Microsoft Bot Framework.
Stars: ✭ 14 (-46.15%)
Mutual labels:  bot-framework
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (+15.38%)
Mutual labels:  bot-framework
Scavenger
A virtual "scavenger hunt" game for mobile devices using Unity, Azure, and PlayFab
Stars: ✭ 19 (-26.92%)
Mutual labels:  cognitive-services
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (+34.62%)
Mutual labels:  bot-framework
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (-3.85%)
Mutual labels:  bot-framework
Jasmin-Ransomware
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
Stars: ✭ 84 (+223.08%)
Mutual labels:  bot-framework
Unity-Text-to-Speech
Sample app used to demonstrate the use of Microsoft Cognitive Services Text-to-Speech APIs (aka Speech Synthesis) from within Unity.
Stars: ✭ 67 (+157.69%)
Mutual labels:  cognitive-services

HoloBotDemo

本项目使用 Bing Speech API, Bot Framework, LUIS 实现在Hololens端应用内的中文语音问答流程

本项目中使用到的LUIS及Bot Framework相关后端代码请参考 BotDemo 中的 VendingMachineBotDemo

文件说明

HoloBot 文件夹中包含HoloLens客户端Unity工程

准备工作

本工程可以直接使用Unity打开,编译并部署到HoloLens设备中运行 如需使用自定义Bot和LUIS后端,请下载 VendingMachineBotDemo 代码,订阅 Bot Framework, LUIS 的KEY,并在代码的相应位置进行替换 代码中提供的 Bing Speech 的KEY为免费订阅,可以自行申请并在代码的相应位置进行替换

Bing Speech API

1、进入 申请地址 ,点击创建,登陆并获取Subscription Key

2、修改 HoloBot\Assets\Scripts\SpeechToText.cs,添加Subscription Key

Bot Framework

1、进入 Bot管理后台 登陆并创建Bot,获取BotId, AppId, AppPassword

2、修改下载的BotDemo项目中的 BotDemo/VendingMachineBotDemo/Bot Application2/Web.config,添加BotId,AppId,AppPassword

3、添加Direct Line Channel

4、获取Direct Line Key

5、修改 HoloBot\Assets\Scripts\BotService.cs ,添加Direct Line Key

LUIS

1、进入 LUIS管理后台 ,新增LUIS App  

2、获取 LUIS App Id 和 LUIS Endpoint Key

3、修改下载的BotDemo项目中的 BotDemo/VendingMachineBotDemo/Bot Application2/LUIS.cs,添加Luis AppId和Key

参考资料

Bing Speech API文档
Bot Framework API文档

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