mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
This commit is contained in:
commit
b0b796f9a4
@ -39,7 +39,7 @@ html设计可以参考whisper( https://openai.com/research/whisper )
|
|||||||
FunASR离线文件转写软件包,提供了一款功能强大的语音离线文件转写服务。拥有完整的语音识别链路,结合了语音端点检测、语音识别、标点等模型,可以将几十个小时的长音频与视频识别成带标点的文字,而且支持上百路请求同时进行转写。输出为带标点的文字,含有字级别时间戳,支持ITN与用户自定义热词等。服务端集成有ffmpeg,支持各种音视频格式输入。软件包提供有html、python、c++、java与c#等多种编程语言客户端,用户可以直接使用与进一步开发。
|
FunASR离线文件转写软件包,提供了一款功能强大的语音离线文件转写服务。拥有完整的语音识别链路,结合了语音端点检测、语音识别、标点等模型,可以将几十个小时的长音频与视频识别成带标点的文字,而且支持上百路请求同时进行转写。输出为带标点的文字,含有字级别时间戳,支持ITN与用户自定义热词等。服务端集成有ffmpeg,支持各种音视频格式输入。软件包提供有html、python、c++、java与c#等多种编程语言客户端,用户可以直接使用与进一步开发。
|
||||||
|
|
||||||
在线体验:
|
在线体验:
|
||||||
https://101.37.77.25:1335/static/index.html
|
https://121.43.113.106:1335/static/index.html
|
||||||
|
|
||||||
安装:
|
安装:
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ html设计可以参考whisper( https://openai.com/research/whisper )
|
|||||||
FunASR实时语音听写软件包,集成了实时版本的语音端点检测模型、语音识别、语音识别、标点预测模型等。采用多模型协同,既可以实时的进行语音转文字,也可以在说话句尾用高精度转写文字修正输出,输出文字带有标点,支持多路请求。依据使用者场景不同,支持实时语音听写服务(online)、非实时一句话转写(offline)与实时与非实时一体化协同(2pass)3种服务模式。软件包提供有html、python、c++、java与c#等多种编程语言客户端,用户可以直接使用与进一步开发。
|
FunASR实时语音听写软件包,集成了实时版本的语音端点检测模型、语音识别、语音识别、标点预测模型等。采用多模型协同,既可以实时的进行语音转文字,也可以在说话句尾用高精度转写文字修正输出,输出文字带有标点,支持多路请求。依据使用者场景不同,支持实时语音听写服务(online)、非实时一句话转写(offline)与实时与非实时一体化协同(2pass)3种服务模式。软件包提供有html、python、c++、java与c#等多种编程语言客户端,用户可以直接使用与进一步开发。
|
||||||
|
|
||||||
在线体验:
|
在线体验:
|
||||||
https://101.37.77.25:1336/static/index.html
|
https://121.43.113.106:1336/static/index.html
|
||||||
|
|
||||||
安装:
|
安装:
|
||||||
|
|
||||||
@ -94,4 +94,4 @@ npm install
|
|||||||
# 开发模式
|
# 开发模式
|
||||||
npm run dev
|
npm run dev
|
||||||
# 产品模式
|
# 产品模式
|
||||||
npm run example
|
npm run example
|
||||||
|
|||||||
@ -43,24 +43,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div class="line-box">
|
|
||||||
<div></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ba-box">
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Copyright @ 1998 - 2023 Tancant. All Rights Reserved.北科软件公司 版权所有
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
公司地址:武汉市洪山区野芷湖西路16号创意天地10号高层13楼
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
联系电话: 400 862 6126
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div> -->
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export default {
|
|||||||
{
|
{
|
||||||
icon: require('./assets/images/lxwj-zxty.png'),
|
icon: require('./assets/images/lxwj-zxty.png'),
|
||||||
title: '在线体验',
|
title: '在线体验',
|
||||||
link: 'https://101.37.77.25:1335/static/index.html'
|
link: 'https://www.funasr.com:1335/static/index.html'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: require('./assets/images/lxwj-az.png'),
|
icon: require('./assets/images/lxwj-az.png'),
|
||||||
|
|||||||
@ -148,7 +148,7 @@ export default {
|
|||||||
{
|
{
|
||||||
icon: require('./assets/images/lxwj-zxty.png'),
|
icon: require('./assets/images/lxwj-zxty.png'),
|
||||||
title: '在线体验',
|
title: '在线体验',
|
||||||
link: 'https://101.37.77.25:1336/static/index.html'
|
link: 'https://www.funasr.com:1336/static/index.html'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: require('./assets/images/lxwj-az.png'),
|
icon: require('./assets/images/lxwj-az.png'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user