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

ツンデレなAlexa

 ツンデレなAlexa

Session Document
JAWS FESTA TOKAIDO 2016

haruharuharuby

October 22, 2016
Tweet

More Decks by haruharuharuby

Other Decks in Technology

Transcript

  1. JAWS-UG KOBE • Atsushi Ando • Kazuto Takeshita • Tomoharu

    Ito https://www.facebook.com/groups/450069605016080/ https://jaws-ug-kobe.doorkeeper.jp/
  2. Plays all your music from Amazon Music, Spotify, Pandora, iHeartRadio,

    TuneIn, and more using just your voice Fills the room with immersive, 360º omni-directional audio Allows hands-free convenience with voice-control Hears you from across the room with far-field voice recognition, even while music is playing Answers questions, reads audiobooks and the news, reports traffic and weather, gives info on local businesses, provides sports scores and schedules, and more using the Alexa Voice Service Controls lights, switches, and thermostats with compatible WeMo, Philips Hue, Samsung SmartThings, Wink, Insteon, Nest, and ecobee smart home devices Always getting smarter and adding new features, plus thousands of skills like Uber, Domino's, and more 引用元: https://www.amazon.com/Amazon-Echo-Bluetooth-Speaker-with-WiFi-Alexa/dp/B00X4WHP5E
  3. Add Alexa to Your Product AVS is Amazon’s intelligent cloud

    service that allows you as a developer to voice-enable any connected product with a microphone and speaker. Users can simply talk to their Amazon Alexa-enabled products to play music, answer questions, get news and local information, control smart home products and more. Learn more about AVS » Join the community of developers who are revolutionizing how consumers interface with technology through the power of voice, with the Alexa Voice Service. Register now » AVS is coming to the UK and Germany in early 2017. Sign up to be notified when the service is available. 引用元: https://developer.amazon.com/alexa-voice-service
  4. Raspberry PI にSSHログイン > ssh pi@raspberry Git から AlexaPI をClone

    > git clone http://github.com/jaws-ug-kobe/AlexaPi Setup.sh を実行 > sudo sh setup.sh AlexaPI を実行 > python main.py
  5. What is the Alexa Skills Kit? Alexa, the voice service

    that powers Amazon Echo, provides capabilities, or skills, that enable customers to interact with devices in a more intuitive way using voice. Examples of skills include the ability to play music, answer general questions, set an alarm or timer, and more. The Alexa Skills Kit is a collection of self-service APIs, tools, documentation and code samples that make it fast and easy for you to add skills to Alexa. You can also use the Smart Home Skill API, a new addition to the Alexa Skills Kit, to easily teach Alexa how to control your cloud-controlled lighting and thermostat devices. All of the code runs in the cloud and nothing is on any user device. 引用元: https://developer.amazon.com/alexa-skills-kit
  6. Intent Schema スキルの意図を定義する。 例えば、 「Alexa が質問して、ユーザーが答えた単語を聞き 取る」というのをJSON Schema で表現する。 {

    “Intent”: “MyQuestionsAnswerIntent”, “Slots”: [{ “name”: “answer”, “type”: “AMAZON.LITERAL” }] }
  7. Alexa meetup #03 KOBE & TOKYO & more…. 仮) 11月14日(月)19:30

    - JAWS-UG KOBE と 東京のIoT専門支部との共催で開催予定。 他のUGとのコラボレーションの可能性も....