You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates how to use the Dart API for Non-streaming speech recognition. Specifically, we use the following models as examples, whisper, zipformer, and paraformer.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ">=3.0.0 <4.0.0"
# Add regular dependencies here.
dependencies:
# TODO: This example uses MedASR API that is not yet published to pub.dev.
# Revert to local path (../../flutter/sherpa_onnx) for local testing,