howl icon indicating copy to clipboard operation
howl copied to clipboard

Wake word detection modeling toolkit for Firefox Voice, supporting open datasets like Speech Commands and Common Voice.

Results 30 howl issues
Sort by recently updated
recently updated
newest added

First off, thanks for this awesome repo! Helping me a lot with my project!!! Anyway, I'm a bit confused as to how the program is generating the samples that it...

Hi, I am trying to generate a custom dataset for the wake word "scissors" according to the dataset generation instructions. However, I am encountering this error which complains about a...

**I wanted to see a demo of the project using the pre-trained model. But this error occurred:** 2022-04-13 20:36:43 WARNING setup_logger(30) Removing existing handlers from HowlClient logger 2022-04-13 20:36:43,874 INFO...

Hi, I tried the code for heysnips dataset process and get the following error. Does howl no longer support heysnips dataset? VOCAB='["hey","snips"]' INFERENCE_SEQUENCE=[0,1] DATASET_PATH=datasets/hey-snips python -m training.run.deprecated.create_raw_dataset --dataset-loader-type 'hey-snips' -i...

Dear author: I succeed to start to training on hey firefox dataset. But i noticed the evaluation resulit is all zero? any one give some tips? thank you very much!...

Dear author: thanks for making it open and providing the `hey firefox` checkpoint. I wonder do you have the pretrained `hey snips` models? if so, would you kindly share it...

for some wake words, we only get few dev/test samples as their transcript must be equal to wakeword For example, when I attempted to generate dataset for `love you`, dev...

create_raw_dataset.py takes quite a long time to generate datasets. I thinking multi-threading AudioDatasetMetadataWriter write will do the job. Also, this process terminates with segfault

Hi, thanks for the great work. When I try to create positive dataset using the readme for keyword 'fire', it works fine but when i try to create the negative...