28 lines
601 B
Markdown
28 lines
601 B
Markdown
---
|
|
id: task-001
|
|
title: Download and bundle Whisper model
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2025-12-07'
|
|
labels: [stt, release]
|
|
priority: high
|
|
dependencies: []
|
|
---
|
|
|
|
## Description
|
|
|
|
Download Whisper model files from sherpa-onnx releases and bundle with the app.
|
|
|
|
## Plan
|
|
|
|
1. Run `./download-models.sh` to fetch tiny.en model
|
|
2. Verify model files in `app/src/main/assets/models/`
|
|
3. Test model loading in emulator
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] tiny.en-encoder.int8.onnx downloaded
|
|
- [ ] tiny.en-decoder.int8.onnx downloaded
|
|
- [ ] tokens.txt downloaded
|
|
- [ ] Model loads successfully at runtime
|