yltw27 / KeywordSpotting

Train a 4-layer Convolutional Neural Network to detect trigger word
52 stars 18 forks source link
keyword-spotting python tensorflow tfrecords

KeywordSpotting

Keyword Spotting using Convolutional Neural Network

Reference: Convolutional Recurrent Neural Networks for Small-Footprint Keyword Spotting https://arxiv.org/abs/1703.05390

stream.py

create_catalog.py

mfcc_tfrecord.py

train_nontfrecord.py

train_tfrecord.py

inference.py