Skip to content

Commit 3b7919f

Browse files
committed
Update readme
1 parent 67aa637 commit 3b7919f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1+
<div align="center">
2+
13
<picture>
24
<source media="(prefers-color-scheme: dark)" srcset="doc/images/header-dark.png" width="100%" height="auto">
35
<img alt="Logo for SenseVoiceSmall Rust" src="doc/images/header-light.png" width="100%" height="auto">
46
</picture>
57

6-
# SenseVoiceSmall [![dependency status](https://deps.rs/repo/github/darkautism/sensevoice-rs/status.svg)](https://deps.rs/repo/github/darkautism/sensevoice-rs)
8+
# SenseVoiceSmall
79

810
A Pure Rust speech recognition library, using Candle for the non-RKNN runtime and RKNN for Rockchip NPU runtime.
911

12+
[![dependency status](https://deps.rs/repo/github/darkautism/sensevoice-rs/status.svg)](https://deps.rs/repo/github/darkautism/sensevoice-rs)
1013
[![][release-shield]][release-link]
1114
[![][github-stars-shield]][github-stars-link]
1215
[![][github-issues-shield]][github-issues-shield-link]
1316
[![][github-contributors-shield]][github-contributors-link]
1417
[![][license-shield]][license-shield-link]
1518
[![][last-commit-shield]][last-commit-shield-link]
1619

20+
</div>
21+
1722
## Rockchip Installation Only
1823

1924
You need to install `rknn.so` first:

0 commit comments

Comments
 (0)