Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1011 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1011 Bytes

Trigger word detection model

Context

This is an implementation of a deep learning model for trigger word detection. The model enables, after training, to detect a trigger word mention in a speech. The model is currently trained using a digits dataset, and is being improved upon using precision and F1 scores criterias. Any improvements are very welcomed.

Advancement

The model's precision and F1 score are being improved further.

How to Run

Require Python 3.5+ and Jupyter notebook installed

Install required libraries

The first cells of the notebook contain the installation scripts, as well as scripts for downloading the dataset necessary for training. They could be run in succession the take care of this phase.

Real-time demo

In the project directory start a command line, then run command

jupyter notebook

Open the main notebook in this repository.