🚨注意: 如果大家想要了解 FunASR 的使用,请以 FunASR 的 GitHub 为准,Model Scope 不为标准。About 基于FunASR实现语音识别,包含常规版和ONNX版(推荐)。 Resources Readme License Apache-2.0 license Activity Stars 36 stars Watchers 1 watching Forks 7 forks Report repository Releases No ...
python -m funasr.export.export_model --model-name damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch --export-dir ./export --type onnx --quantize True Building for Linux/Unix Download onnxruntime # download an appropriate onnxruntime from https://github.com/microsoft...
第二步:服务端启动 cd FunASR/runtime; nohup bash run_server.sh --model-dir iic/SenseVoiceSmall-onnx > log.out 2>&1 & 第三步:测试与使用 等待服务端启动后,可以用客户端进行测试,支持python/c++/java/html网页等语言。 支持多种音频格式输入(.wav, .pcm, .mp3等),也支持视频输入(.mp4等)。
cd FunASR/runtime; nohup bash run_server.sh --model-dir iic/SenseVoiceSmall-onnx > log.out 2>&1 & 第三步:测试与使用 等待服务端启动后,可以用客户端进行测试,支持python/c++/java/html网页等语言。支持多种音频格式输入(.wav, .pcm, .mp3等),也支持视频输入(.mp4等)。 客户端下载地址:https:...
可以的,https://github.com/alibaba-damo-academy/FunASR/tree/v0.8.8/funasr/export支持指定model...
github.com/alibaba-damo 操作步骤如下: 第一步:下载安装部署工具 curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy-offline-cpu-zh.sh 第二步:安装部署 sudo bash funasr-runtime-deploy-offline-cpu-zh.sh install --workspace ./funasr-runtime-resour...
FunASR runtime-SDK中的语音端点检测(VAD)、语音识别(ASR)、标点断句(PUNC)模型均通过onnx 量化导出实现推理加速,其中ASR模型为基于Paraformer的非自回归模型,相比于目前普遍采用的自回归模型具有明显的推理效率优势,可同时支持多线并发,可以准确、高效地对音频进行转写。采用AISHELL-1测试集测试了FunASR runtime-SDK...
官方文档:https://github.com/modelscope/FunASR/blob/main/runtime/quick_start_zh.md 创建Dockerfile: FROMregistry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.10ENVTZ=Asia/ShanghaiEXPOSE10095/tcp10095/tcpCOPYrun.sh /run.shRUNchmod+x /run.shENTRYPOINT["/run...
导出ONNX 从命令行导出 从Python导出 测试ONNX 服务部署 联系我们 社区贡献者 许可协议 论文引用(简体中文|English) FunASR希望在语音识别的学术研究和工业应用之间架起一座桥梁。通过发布工业级语音识别模型的训练和微调,研究人员和开发人员可以更方便地进行语音识别模型的研究和生产,并推动语音识别生态的发展。让语音识...
--vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx \ --punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx \ --lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst \ --itn-dir thuduj12/fst_itn_zh \ ...