游雁 df039e9758 docs %!s(int64=2) %!d(string=hai) anos
..
csharp c2a2575f19 add c# assembly for fsmn vad (#650) %!s(int64=2) %!d(string=hai) anos
deploy_tools a3a63bd51e [funasr-runtime-deploy 0.0.4] bug fix (#698) %!s(int64=2) %!d(string=hai) anos
docs df039e9758 docs %!s(int64=2) %!d(string=hai) anos
grpc eea2a7689f fix paraformer-server for new apis %!s(int64=2) %!d(string=hai) anos
html5 bda5f5e0ca h5 docs %!s(int64=2) %!d(string=hai) anos
java 293e212128 Java ws client support (#651) %!s(int64=2) %!d(string=hai) anos
onnxruntime 45a868294d mv run_server.sh %!s(int64=2) %!d(string=hai) anos
python fbe73e1884 v0.6.8 %!s(int64=2) %!d(string=hai) anos
ssl_key 546e6a658a update server.key %!s(int64=2) %!d(string=hai) anos
triton_gpu 98abc0e5ac update setup (#686) %!s(int64=2) %!d(string=hai) anos
websocket f40e9dafe4 export %!s(int64=2) %!d(string=hai) anos
__init__.py 865ae89f0a export model %!s(int64=3) %!d(string=hai) anos
readme.md bc1e5c6f93 docs %!s(int64=2) %!d(string=hai) anos
readme_cn.md b395682268 Update readme_cn.md %!s(int64=2) %!d(string=hai) anos
run_server.sh e387e4d4bf Update run_server.sh %!s(int64=2) %!d(string=hai) anos

readme.md

FunASR runtime-SDK

中文文档(点击此处

FunASR is a speech recognition framework developed by the Speech Lab of DAMO Academy, which integrates industrial-level models in the fields of speech endpoint detection, speech recognition, punctuation segmentation, and more. It has attracted many developers to participate in experiencing and developing. To solve the last mile of industrial landing and integrate models into business, we have developed the FunASR runtime-SDK. The SDK supports several service deployments, including:

  • File transcription service, Mandarin, CPU version, done
  • File transcription service, Mandarin, GPU version, in progress
  • File transcription service, English, in progress
  • Streaming speech recognition service, is in progress
  • and more.

File Transcription Service, Mandarin (CPU)

Currently, the FunASR runtime-SDK-0.0.1 version supports the deployment of file transcription service, Mandarin (CPU version), with a complete speech recognition chain that can transcribe tens of hours of audio into punctuated text, and supports recognition for more than a hundred concurrent streams.

To meet the needs of different users, we have prepared different tutorials with text and images for both novice and advanced developers.

Technical Principles

The technical principles and documentation behind FunASR explain the underlying technology, recognition accuracy, computational efficiency, and core advantages of the framework, including convenience, high precision, high efficiency, and support for long audio chains. For detailed information, please refer to the documentation available by docs.

Deployment Tutorial

The documentation mainly targets novice users who have no need for modifications or customization. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed tutorials, please refer to docs.

Advanced Development Guide

The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by docs