Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.24 KB

AraSpot: Arabic Spoken Command Spotting

This is the official implementation of "AraSpot: Arabic Spoken Command Spotting" paper, which achieved SOTA on the ASC dataset 99.59% accuracy on the test set, by introducing the ConformerGRU as shown in the image below, applying online data augmentation, and synthetic data generation.

model

Dataset

You can find the ASC dataset here

Results

The below image shows the results across different experiments as illustrated in the paper, while the black horizontal line is the best-performing model on the literature.

results

Try it out

  1. Install the requiremnts using the command below
pip install -r requirements.txt
  1. Download the model from here, or the best performing model from here

  2. Use the function single_predict in predict.py file.