Skip to content

tennisonliu/trigger_word_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trigger_word_detection

Natural Language DNN built on top of Keras (Tensorflow backend) to detect trigger words in real time audio inputs. The model is designed to take input of 10 second audio clips and predict whether trigger words are present.

  • trigger_word_engine.ipynb: jupyter notebook for overall model training, testing and predictions
  • twd.py: python code for designing and training the model
  • twd_prediction.py: python code for predicting with the trained model

To Do:

Adapt the model for use in real-time applications.

About

Natural Language DNN built on top of Keras to detect trigger words in real time audio inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors