夜雨飘零 de3f9462e0 change send data size (#1014) 2 лет назад
..
android de3f9462e0 change send data size (#1014) 2 лет назад
csharp 4cacf936bc Adjusting the project directory structure (#1010) 2 лет назад
deploy_tools 907966d80b update docs for en-bpe models 2 лет назад
docs afddb95326 Update SDK_tutorial.md 2 лет назад
grpc 85e351bdd9 增加模型下载流程 & 接口修正 & debug (#871) 2 лет назад
html5 5d15727b1e set wav sample rate and PCM for h5 (#919) 2 лет назад
ios b8909ab5b9 itn on iOS is not supported for the time being (#969) 2 лет назад
java 0cf7339171 add hotwords for h5 and java (#876) 2 лет назад
onnxruntime 91231a03f5 add jieba for ct-transformer 2 лет назад
python a05e753d11 Merge branch 'main' into dev_onnx 2 лет назад
ssl_key 546e6a658a update server.key 2 лет назад
triton_gpu 98abc0e5ac update setup (#686) 2 лет назад
websocket 91231a03f5 add jieba for ct-transformer 2 лет назад
__init__.py 865ae89f0a export model 3 лет назад
readme.md c38e4f39f6 Update readme.md 2 лет назад
readme_cn.md a0561fab05 Update readme_cn.md 2 лет назад
run_server.sh 61ed60695a coauthor:duj12, add itn;add timestamp、hotword to 2pass; (#966) 2 лет назад
run_server_2pass.sh 61ed60695a coauthor:duj12, add itn;add timestamp、hotword to 2pass; (#966) 2 лет назад

readme.md

FunASR Runtime Roadmap

中文文档(点击此处

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
  • The real-time transcription service, Mandarin (CPU), done
  • File transcription service, English, CPU version, done
  • File transcription service, Mandarin, GPU version, in progress
  • and more.

File Transcription Service, English (CPU)

Currently, the FunASR runtime-SDK supports the deployment of file transcription service, English (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

latest version & image ID

image version image ID INFO
funasr-runtime-sdk-en-cpu-0.1.0 e0de03eb01

The real-time transcription service, Mandarin (CPU)

The FunASR real-time speech-to-text service software package not only performs real-time speech-to-text conversion, but also allows high-precision transcription text correction at the end of each sentence and outputs text with punctuation, supporting high-concurrency multiple requests. In order to meet the needs of different users for different scenarios, different tutorials are prepared:

Convenient Deployment Tutorial

This is suitable for scenarios where there is no need to modify the service deployment SDK and the deployed model comes from ModelScope or is finetuned by the user. For detailed tutorials, please refer to docs

Development Guide

This is suitable for scenarios where there is a need to modify the service deployment SDK and the deployed model comes from ModelScope or is finetuned by the user. For detailed documentation, please refer to docs

Technology Principles Revealed

The document introduces the technology principles behind the service, recognition accuracy, computing efficiency, and core advantages: convenience, high precision, high efficiency, and long audio chain. For detailed documentation, please refer to docs.

latest version & image ID

image version image ID INFO
funasr-runtime-sdk-online-cpu-0.1.2 7222c5319b

File Transcription Service, Mandarin (CPU)

Currently, the FunASR runtime-SDK 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

latest version & image ID

image version image ID INFO
funasr-runtime-sdk-cpu-0.2.2 2c5286be13