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_bi_series-sherpa-onnx/flutter-examples/README.md

11 lines
204 B
Markdown
Raw Normal View History

# 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
```