607 B
607 B
| id | title | status | assignee | created_date | labels | priority | dependencies | ||
|---|---|---|---|---|---|---|---|---|---|
| task-001 | Download and bundle Whisper model | In Progress | 2025-12-07 |
|
high |
Description
Download Whisper model files from sherpa-onnx releases and bundle with the app.
Plan
- Run
./download-models.shto fetch tiny.en model - Verify model files in
app/src/main/assets/models/ - 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