Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ CosyVoice2.0: https://funaudiollm.github.io/cosyvoice2

MinMo: https://funaudiollm.github.io/minmo

InspireMusic: https://funaudiollm.github.io/inspiremusic
InspireMusic: https://funaudiollm.github.io/inspiremusic

Fun-ASR: https://funaudiollm.github.io/funasr
61 changes: 8 additions & 53 deletions funasr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,52 +180,7 @@
</button>

<!-- More Works Dropdown -->
<div class="more-works-container">
<button class="more-works-btn" onclick="toggleMoreWorks()" title="View More Works from Our Lab">
<i class="fas fa-flask"></i>
More Works
<i class="fas fa-chevron-down dropdown-arrow"></i>
</button>
<div class="more-works-dropdown" id="moreWorksDropdown">
<div class="dropdown-header">
<h4>More Works from Our Lab</h4>
<button class="close-btn" onclick="toggleMoreWorks()">
<i class="fas fa-times"></i>
</button>
</div>
<div class="works-list">
<!-- TODO: Replace with your lab's related works -->
<a href="https://arxiv.org/abs/PAPER_ID_1" class="work-item" target="_blank">
<div class="work-info">
<!-- TODO: Replace with actual paper title -->
<h5>Paper Title 1</h5>
<!-- TODO: Replace with brief description -->
<p>Brief description of the work and its main contribution.</p>
<!-- TODO: Replace with venue and year -->
<span class="work-venue">Conference/Journal 2024</span>
</div>
<i class="fas fa-external-link-alt"></i>
</a>
<!-- TODO: Add more related works or remove extra items -->
<a href="https://arxiv.org/abs/PAPER_ID_2" class="work-item" target="_blank">
<div class="work-info">
<h5>Paper Title 2</h5>
<p>Brief description of the work and its main contribution.</p>
<span class="work-venue">Conference/Journal 2023</span>
</div>
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://arxiv.org/abs/PAPER_ID_3" class="work-item" target="_blank">
<div class="work-info">
<h5>Paper Title 3</h5>
<p>Brief description of the work and its main contribution.</p>
<span class="work-venue">Conference/Journal 2023</span>
</div>
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>


<main id="main-content">
<section class="hero">
Expand Down Expand Up @@ -263,7 +218,7 @@ <h1 class="title is-1 publication-title">Fun-ASR: End-to-End Speech Recognition

<!-- ModelScope Demo -->
<span class="link-block">
<a href="https://modelscope.cn/studios/iic/FunAudio-ASR" target="_blank"
<a href="https://modelscope.cn/studios/FunAudioLLM/Fun-ASR-Nano/" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-play"></i>
Expand Down Expand Up @@ -473,7 +428,7 @@ <h3 class="asr-category-title">Multilingual Recognition(多语言自由说)</h3>
<div class="column is-3 has-text-centered">
<span class="sample-tag" style="margin-bottom: 0.5rem; display: inline-block;">日语 / Japanese</span>
<audio controls style="width: 100%;">
<source src="static/audios/dia_sh.wav" type="audio/wav">
<source src="static/audios/ja.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</div>
Expand All @@ -482,7 +437,7 @@ <h3 class="asr-category-title">Multilingual Recognition(多语言自由说)</h3>
<div class="column is-9">
<div class="transcript-box">
<span class="transcript-label">识别结果 (ASR Output)</span>
<p class="transcript-text">TODO</p>
<p class="transcript-text">人民たちは、金欲しさに王をのけ者にしてしまって、何でもすべて商人のところへ持って行ってしまいました。</p>
</div>
</div>

Expand All @@ -498,15 +453,15 @@ <h3 class="asr-category-title">Multilingual Recognition(多语言自由说)</h3>
<div class="column is-3 has-text-centered">
<span class="sample-tag" style="margin-bottom: 0.5rem; display: inline-block;">越南语 / Vietnamese</span>
<audio controls style="width: 100%;">
<source src="static/audios/dia_yue.wav" type="audio/wav">
<source src="static/audios/yuenan.wav" type="audio/wav">
</audio>
</div>

<!-- 右侧 -->
<div class="column is-9">
<div class="transcript-box">
<span class="transcript-label">识别结果 (ASR Output)</span>
<p class="transcript-text">TODO</p>
<p class="transcript-text">Đi cùng với tiếp tục kêu gọi người dân đã qua lại các ổ dịch này, khai báo y tế và yêu cầu liên hệ để được xét nghiệm.</p>
</div>
</div>

Expand All @@ -523,15 +478,15 @@ <h3 class="asr-category-title">Multilingual Recognition(多语言自由说)</h3>
<div class="column is-3 has-text-centered">
<span class="sample-tag" style="margin-bottom: 0.5rem; display: inline-block;">自由说 / Code-switching</span>
<audio controls style="width: 100%;">
<source src="static/audios/dia_hunan.wav" type="audio/wav">
<source src="static/audios/ja_en_codeswitch.wav" type="audio/wav">
</audio>
</div>

<!-- 右侧 -->
<div class="column is-9">
<div class="transcript-box">
<span class="transcript-label">识别结果 (ASR Output)</span>
<p class="transcript-text">TODO</p>
<p class="transcript-text">このカフェのwi-fiがアン ステーブル 過ぎて、google meetでディスコネクトされて クライエントに悪い印象を与えてしまった。</p>
</div>
</div>

Expand Down
Binary file added funasr/static/audios/ja.wav
Binary file not shown.
Binary file added funasr/static/audios/ja_en_codeswitch.wav
Binary file not shown.
Binary file added funasr/static/audios/yuenan.wav
Binary file not shown.
Binary file modified funasr/static/images/compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.