File size: 1,377 Bytes
6d5027e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: mit
tags:
  - ava
  - voiceos
  - whisper
  - speech-recognition
  - qnn
  - qualcomm
  - on-device
base_model:
  - openai/whisper-tiny
  - openai/whisper-base
  - openai/whisper-small
---

# AVA Whisper Models (QNN)

On-device speech-to-text models for VoiceOS, compiled for Qualcomm QNN.

## Models

| AVA ID | Source | Size | Chipsets | Priority |
|--------|--------|------|----------|----------|
| AVA-WHISPER-TINY | openai/whisper-tiny | ~50 MB | QCS8550, SD8G3, SD8E | P0 |
| AVA-WHISPER-BASE | openai/whisper-base | ~150 MB | QCS8550, SD8G3, SD8E | P0 |
| AVA-WHISPER-SMALL | openai/whisper-small | ~500 MB | QCS8550, SD8G3, SD8E | P1 |

## Target Chipsets

| Chipset | Device | Proxy |
|---------|--------|-------|
| QCS8550 | Vuzix LX1 (QCS4490 compatible) | qcs8550_proxy |
| Snapdragon 8 Gen 3 | Flagship phones 2024-2025 | snapdragon_8gen3 |
| Snapdragon 8 Elite | Flagship phones 2025-2026 | snapdragon_8_elite_gen5 |

## Directory Structure

```
raw/                           # Source ONNX from Qualcomm
  tiny/
    encoder.onnx
    decoder.onnx
  base/
  small/
production/                    # AON-encrypted per chipset
  whisper-tiny-qnn-qcs8550.aon.zip
  whisper-tiny-qnn-sd8g3.aon.zip
  whisper-base-qnn-qcs8550.aon.zip
```

## License

Raw models: MIT (OpenAI). QNN compilation: Qualcomm. AON-encrypted: Proprietary (Intelligent Devices LLC).