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).
- Host: GitHub
- URL: https://github.com/sushantdhumak/trigger-word-detection
- Owner: sushantdhumak
- Created: 2021-08-29T14:48:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T15:23:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T18:34:24.251Z (6 months ago)
- Topics: data-synthesis, keras-tensorflow, spectrogram, trigger-word-detection
- Language: Jupyter Notebook
- Homepage:
- Size: 29.7 MB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/