An open API service indexing awesome lists of open source software.

https://github.com/sushantdhumak/trigger-word-detection

Coursera - RNN Programming Assignment: In this project, we will construct a speech dataset and implement an algorithm for trigger word detection (sometimes also called keyword detection, or wake word detection).
https://github.com/sushantdhumak/trigger-word-detection

data-synthesis keras-tensorflow spectrogram trigger-word-detection

Last synced: 5 months ago
JSON representation

Coursera - RNN Programming Assignment: In this project, we will construct a speech dataset and implement an algorithm for trigger word detection (sometimes also called keyword detection, or wake word detection).

Awesome Lists containing this project

README

        

# 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/