DeepSpeech2: Optimized for Qualcomm Devices

DeepSpeech2 is an end-to-end automatic speech recognition (ASR) model. It uses convolutional layers for feature extraction followed by bidirectional recurrent layers and CTC for sequence-to-sequence learning.

This is based on the implementation of DeepSpeech2 found here. This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the Qualcomm® AI Hub Models library to export with custom configurations. More details on model performance across various devices, can be found here.

Qualcomm AI Hub Models uses Qualcomm AI Hub Workbench to compile, profile, and evaluate this model. Sign up to run these models on a hosted Qualcomm® device.

Getting Started

There are two ways to deploy this model on your device:

Option 1: Download Pre-Exported Models

Below are pre-exported model assets ready for deployment.

Runtime Precision Chipset SDK Versions Download
TFLITE float Universal Download

For more device-specific assets and performance metrics, visit DeepSpeech2 on Qualcomm® AI Hub.

Option 2: Export with Custom Configurations

Use the Qualcomm® AI Hub Models Python library to compile and export the model with your own:

  • Custom weights (e.g., fine-tuned checkpoints)
  • Custom input shapes
  • Target device and runtime configurations

This option is ideal if you need to customize the model beyond the default configuration provided here.

See our repository for DeepSpeech2 on GitHub for usage instructions.

Model Details

Model Type: Model_use_case.speech_recognition

Model Stats:

  • Input resolution: Spectrogram (800 frames x 161 features)
  • Model size: 330.48MB
  • Number of parameters: 94.6M

Performance Summary

Model Runtime Precision Chipset Inference Time (ms) Peak Memory Range (MB) Primary Compute Unit
DeepSpeech2 TFLITE float Snapdragon® 8 Gen 3 Mobile 4197.771 ms 103 - 110 MB CPU
DeepSpeech2 TFLITE float Snapdragon® 8 Gen 1 Mobile 5789.207 ms 184 - 199 MB CPU
DeepSpeech2 TFLITE float Qualcomm® Dragonwing™ IQ-8275 12353.042 ms 66 - 551 MB CPU
DeepSpeech2 TFLITE float Qualcomm® Dragonwing™ QCS8550 (Proxy) 4072.02 ms 79 - 82 MB CPU
DeepSpeech2 TFLITE float Qualcomm® SA8775P 14827.141 ms 109 - 119 MB CPU
DeepSpeech2 TFLITE float Qualcomm® SA8650P 14827.141 ms 109 - 119 MB CPU
DeepSpeech2 TFLITE float Qualcomm® SA8255P 14827.141 ms 109 - 119 MB CPU
DeepSpeech2 TFLITE float Qualcomm® QCS8450 5789.207 ms 184 - 199 MB CPU
DeepSpeech2 TFLITE float Qualcomm® Dragonwing™ IQ-9075 5188.277 ms 65 - 549 MB CPU
DeepSpeech2 TFLITE float Qualcomm® Dragonwing™ Q-8750 3077.222 ms 33 - 47 MB CPU
DeepSpeech2 TFLITE float Qualcomm® SA7255P 18159.336 ms 102 - 112 MB CPU
DeepSpeech2 TFLITE float Qualcomm® SA8295P 9275.238 ms 100 - 110 MB CPU
DeepSpeech2 TFLITE float Snapdragon® 8 Elite Mobile 3077.222 ms 33 - 47 MB CPU
DeepSpeech2 TFLITE float Snapdragon® 8 Elite Gen 5 Mobile 3211.287 ms 111 - 124 MB CPU

License

  • The license for the original implementation of DeepSpeech2 can be found here.

References

Community

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for qualcomm/DeepSpeech2