游雁 f97b8abdf9 docs преди 2 години
..
csharp c2a2575f19 add c# assembly for fsmn vad (#650) преди 2 години
docs f97b8abdf9 docs преди 2 години
grpc eea2a7689f fix paraformer-server for new apis преди 2 години
html5 bda5f5e0ca h5 docs преди 2 години
java 293e212128 Java ws client support (#651) преди 2 години
onnxruntime 4f47a6cf0b fix uppercase преди 2 години
python f97b8abdf9 docs преди 2 години
ssl_key 546e6a658a update server.key преди 2 години
triton_gpu 98abc0e5ac update setup (#686) преди 2 години
websocket f40e9dafe4 export преди 2 години
__init__.py 865ae89f0a export model преди 2 години
readme.md 41908baa1d Merge branch 'main' of github.com:alibaba-damo-academy/FunASR преди 2 години
readme_cn.md 41908baa1d Merge branch 'main' of github.com:alibaba-damo-academy/FunASR преди 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
  • 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