Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.36 KB

Trigger-Word-Detection

Disclaimer:

The given solutions in this project are only for reference purpose.

Description of experiment

Welcome!

In this assignment, we will construct a speech dataset and implement an algorithm for trigger word detection (sometimes also called keyword detection, or wake word detection).

Trigger word detection is the technology that allows devices like Amazon Alexa, Google Home, Apple Siri, and Baidu DuerOS to wake up upon hearing a certain word. For this exercise, our trigger word will be "activate". Every time it hears you say "activate", it will make a "chiming" sound. By the end of this assignment, we will be able to record a clip of yourself talking, and have the algorithm trigger a chime when it detects you saying "activate". After completing this assignment, perhaps you can also extend it to run on your laptop so that every time you say "activate" it starts up your favorite app, or turns on a network connected lamp in your house, or triggers some other event?

In this assignment we will learn to:

  1. Structure a speech recognition project
  2. Synthesize and process audio recordings to create train/dev datasets
  3. Train a trigger word detection model and make predictions

Acknowledgements

https://www.coursera.org/learn/nlp-sequence-models
https://www.deeplearning.ai/program/deep-learning-specialization/