游雁 000ec7e630 Merge branch 'main' of github.com:alibaba-damo-academy/FunASR 2 سال پیش
..
csharp c2a2575f19 add c# assembly for fsmn vad (#650) 2 سال پیش
deploy_tools a14f6c6ef2 update funasr-runtime-deploy-online-cpu-zh 2 سال پیش
docs 015ac731d7 update SDK_advanced_guide_online.md 2 سال پیش
grpc b454a1054f update online runtime, including vad-online, paraformer-online, punc-online,2pass (#815) 2 سال پیش
html5 77dc80f036 add is_final for html5 and java client (#795) 2 سال پیش
java 77dc80f036 add is_final for html5 and java client (#795) 2 سال پیش
onnxruntime 0d9b907b37 update funasr-wss-server-2pass args 2 سال پیش
python 7e123e198b try onnxruntime 2 سال پیش
ssl_key 546e6a658a update server.key 2 سال پیش
triton_gpu 98abc0e5ac update setup (#686) 2 سال پیش
websocket 9a622b2ddc update funasr-wss-server-2pass 2 سال پیش
__init__.py 865ae89f0a export model 3 سال پیش
readme.md 8610bb509d Update readme.md 2 سال پیش
readme_cn.md d865a499c6 Update readme_cn.md 2 سال پیش
run_server.sh 6b840d5143 Merge remote-tracking branch 'origin/main' 2 سال پیش
run_server_2pass.sh 57968c2180 Create run_server_2pass.sh 2 سال پیش

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

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.

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