Upgrade to Pro — share decks privately, control downloads, hide ads and more …

VRプロフェッショナルアカデミー1期生の修了制作 “音声認識×AI×VR”

VRプロフェッショナルアカデミー1期生の修了制作 “音声認識×AI×VR”

YuyaNishiyama

July 27, 2017
Tweet

Other Decks in Programming

Transcript

  1. 音声認識×AI×モバイルVR ・Web Speech API ・Intel RealSense SDK ・UnityEngine.Windows.Speech ・Julius ・Cortana

    ・Wit.ai ・IBM Watson Speech to Text ・Bing Speech-to-Text API ・DragonSpeech 参考サイト:【Unity】音声認識エンジンについて調べてみた
  2. 音声認識×AI×モバイルVR 参考サイト:[A3RT]GWなんだしUnityを使ってチャットBotをつくろう WWWForm form = new WWWForm(); Form.AddField(“name”, value); UnityWebRequest

    request = UnityWebRequest.Post(URL, form) [送] yield return request.Send(); [受] Request.downloadHandler.text Jsonnode[“result”][0][“reply”].Get<String>(); 【結果】おはようございます。