tabisheva / keyword-spotting

A Pytorch implementation of trigger word detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyword Spotting

Attention-based model for detecting trigger words in streaming mode based on this paper

In this case trigger word is sheila (la-la-la)

Usage

Download dataset

Set path to file in config

run python inference.py and you will get probabilities of trigger word over the audio

About

A Pytorch implementation of trigger word detection


Languages

Language:Python 95.0%Language:Dockerfile 3.6%Language:Shell 1.4%