# kws-attention **Repository Path**: weimingtom2000/kws-attention ## Basic Information - **Project Name**: kws-attention - **Description**: Imported from https://github.com/isadrtdinov/kws-attention.git - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-30 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Attention-based Model for Keywords Spotting Paper: Data: ## Docker Build container: `./docker/build.sh ` Run container: `./docker/run.sh ` Stop container: `./docker/stop.sh ` ## Model utilization Init project module: `./scripts/init_module.sh` Download training data: `./scripts/download_data.sh` Download model checkpoint: `./scripts/download_model.sh` Start training process: `./scripts/train_model.sh` Model inference, this one is configured to process `example.wav` file. Output probabilities are plotted in `example_probs.jpg` file: `./scripts/test_model.sh` ## Results Here is an example of model probs for `example.wav`. This audio contains the following spoken text: "Hello, dear Sheila! This message was recorded to you by Marvin himself". drawing