名称 最后更新
..
bin 正在载入提交数据...
.gitignore 正在载入提交数据...
CHANGELOG.md 正在载入提交数据...
README.md 正在载入提交数据...
analysis_options.yaml 正在载入提交数据...
pubspec.lock 正在载入提交数据...
pubspec.yaml 正在载入提交数据...
run-dolphin-ctc.sh 正在载入提交数据...
run-fire-red-asr.sh 正在载入提交数据...
run-moonshine.sh 正在载入提交数据...
run-nemo-canary.sh 正在载入提交数据...
run-nemo-ctc.sh 正在载入提交数据...
run-nemo-transducer.sh 正在载入提交数据...
run-paraformer-itn.sh 正在载入提交数据...
run-paraformer.sh 正在载入提交数据...
run-sense-voice-with-hr.sh 正在载入提交数据...
run-sense-voice.sh 正在载入提交数据...
run-telespeech-ctc.sh 正在载入提交数据...
run-vad-with-paraformer.sh 正在载入提交数据...
run-wenet-ctc.sh 正在载入提交数据...
run-whisper.sh 正在载入提交数据...
run-zipformer-ctc.sh 正在载入提交数据...
run-zipformer-transducer.sh 正在载入提交数据...

Introduction

This folder contains examples for non-streaming ASR with Dart API.

File Description
./bin/dolphin-ctc.dart Use a Dolphin Ctc model for speech recognition. See ./run-dolphin-ctc.sh
./bin/nemo-ctc.dart Use a NeMo Ctc model for speech recognition. See ./run-nemo-ctc.sh
./bin/nemo-transducer.dart Use a NeMo transducer model for speech recognition. See ./run-nemo-transducer.sh
./bin/paraformer.dart Use a paraformer model for speech recognition. See ./run-paraformer.sh
./bin/telespeech-ctc.dart Use models from Tele-AI/TeleSpeech-ASR for speech recognition. See ./run-telespeech-ctc.sh
./bin/whisper.dart Use whisper for speech recognition. See ./run-whisper.sh
./bin/zipformer-transducer.dart Use a zipformer transducer for speech recognition. See ./run-zipformer-transducer.sh
./bin/vad-with-paraformer.dart Use a silero-vad with paraformer for speech recognition. See ./run-vad-with-paraformer.sh
./bin/sense-voice.dart Use a SenseVoice CTC model for speech recognition. See ./run-sense-voice.sh