Skip to content

Commit

Permalink
add wenet card
Browse files Browse the repository at this point in the history
  • Loading branch information
MengqingCao committed Jun 29, 2024
1 parent 715b526 commit eeeac20
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added _static/images/wenet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,23 @@
<a href="#">快速上手</a>
</div>
</div>
<!-- Card 10 -->
<div class="box rounded-lg p-4 flex flex-col items-center">
<div class="flex items-center mb-4">
<div class="img w-16 h-16 rounded-md mr-4" style="background-image: url('_static/images/wenet.png')"></div>
<div>
<h2 class="text-lg font-semibold">WeNet</h2>
<p class="text-gray-600 desc">端到端的语音识别工具包</p>
</div>
</div>
<div class="flex-grow"></div>
<div class="flex space-x-4 text-blue-600">
<a href="https://github.com/wenet-e2e/wenet">官方链接</a>
<span class="split">|</span>
<a href="#">安装指南</a>
<span class="split">|</span>
<a href="#">快速上手</a>
</div>
</div>
</div>
</div>

0 comments on commit eeeac20

Please sign in to comment.