IoT-For-Beginners/6-consumer
Hyejin Kim fb3ad1717b
[ko] Korean Translation for Lesson 6 (#427)
* Create README.kr.md

fisrtcommit

* translate kr

* Update README.kr.md

modify image address

* Translation_kr

create assignment.kr.md

* Create pi-actuator.kr.md

[create]  pi-actuator.kr.md

* Create pi-sensor.kr.md

[create] Korean Translation of pi-sensor

* Update pi-actuator.kr.md

* Update pi-sensor.kr.md

* Update README.kr.md

fix README.KR.md

* Update README.kr.md

Review-based modifications

* Update assignment.kr.md

Review-based modifications

* Create single-board-computer-mqtt.kr.md

This file is translated to Korean

* Add files via upload

* Update README.md

did Korean translation _ microphones

* Create pi-microphone.ko.md

did Korean translation

* Rename README.md to README.ko.md

* Add files via upload

* Update README.ko.md

Korean translation completed

* Delete 6-consumer/lessons/3-spoken-feedback/translations directory

* Add files via upload

* Update README.ko.md

Korean translation completed

* Create pi-text-to-speech.ko.md

Korean translation completed

* Delete 6-consumer/lessons/1-speech-recognition/translation directory

* Add files via upload

* Delete README.ko.md

* Add files via upload

* Update pi-text-to-speech.ko.md

6-1 pi-text-to-speech Korean translation

* Update and rename pi-text-to-speech.ko.md to pi-microphone.ko.md

6-1 pi-microphone.ko.md Korean translation

* Update pi-microphone.ko.md

* Update pi-actuator.kr.md

* Update pi-sensor.kr.md

* Update pi-text-to-speech.ko.md

* Rename pi-actuator.kr.md to pi-actuator.ko.md

* Rename pi-sensor.kr.md to pi-sensor.ko.md

Co-authored-by: Jim Bennett <jim.bennett@microsoft.com>
2022-11-30 08:41:36 -08:00
..
lessons [ko] Korean Translation for Lesson 6 (#427) 2022-11-30 08:41:36 -08:00
translations update translations (#308) 2021-09-14 09:12:31 -07:00
README.md Adding who terminal translate (#264) 2021-07-24 15:10:15 -07:00

README.md

Consumer IoT - build a smart voice assistant

The food has been grown, driven to a processing plant, sorted for quality, sold in the store and now it's time to cook! One of the core pieces of any kitchen is a timer. Initially these started as hour glasses - your food was cooked when all the sand trickled down into the bottom bulb. They then went clockwork, then electric.

The latest iterations are now part of our smart devices. In kitchens in homes all throughout the world you'll hear cooks shouting "Hey Siri - set a 10 minute timer", or "Alexa - cancel my bread timer". No longer do you have to walk back to the kitchen to check on a timer, you can do it from your phone, or a call out across the room.

In these 4 lessons you'll learn how to build a smart timer, using AI to recognize your voice, understand what you are asking for, and reply with information about your timer. You'll also add support for multiple languages.

⚠️ Working with speech and microphone data uses a lot of memory, meaning it is easy to hit limits on microcontrollers. The project here works around these issues, but be aware the Wio Terminal labs are complex and may take more time that other labs in this curriculum.

💁 These lessons will use some cloud resources. If you don't complete all the lessons in this project, make sure you clean up your project.

Topics

  1. Recognize speech with an IoT device
  2. Understand language
  3. Set a timer and provide spoken feedback
  4. Support multiple languages

Credits

All the lessons were written with ♥️ by Jim Bennett