This commit is contained in:
speech_asr 2023-12-15 14:04:07 +08:00
commit b0b796f9a4
4 changed files with 5 additions and 23 deletions

View File

@ -39,7 +39,7 @@ html设计可以参考whisper https://openai.com/research/whisper
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与实时与非实时一体化协同2pass3种服务模式。软件包提供有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 example
npm run example

View File

@ -43,24 +43,6 @@
</li>
</ul>
</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>
</div>

View File

@ -130,7 +130,7 @@ export default {
{
icon: require('./assets/images/lxwj-zxty.png'),
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'),

View File

@ -148,7 +148,7 @@ export default {
{
icon: require('./assets/images/lxwj-zxty.png'),
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'),