This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/flutter-examples/README.md
2024-06-23 13:29:13 +08:00

11 lines
204 B
Markdown

# Introduction
This directory contains flutter examples of `sherpa-onnx`.
# Ways to create an example
```bash
flutter create --platforms windows,macos streaming_asr
cd streaming_asr
flutter pub get
```