-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
665b869
commit e460d82
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
# Introduction | ||
|
||
Documentation: <https://k2-fsa.github.io/sherpa/onnx/index.html> | ||
This repository supports running the following functions **locally** | ||
|
||
See <https://github.com/k2-fsa/sherpa> | ||
- Speech-to-text (i.e., ASR) | ||
- Text-to-speech (i.e., TTS) | ||
- Speaker identification | ||
|
||
This repo uses [onnxruntime](https://github.com/microsoft/onnxruntime) and | ||
does not depend on libtorch. | ||
on the following platforms and operating systems: | ||
|
||
- Linux, macOS, Windows | ||
- Android | ||
- iOS | ||
- Raspberry Pi | ||
- etc | ||
|
||
# Useful links | ||
|
||
- Documentation: https://k2-fsa.github.io/sherpa/onnx/ | ||
- APK for the text-to-speech engine: https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html | ||
- APK for speaker identification: https://k2-fsa.github.io/sherpa/onnx/speaker-identification/apk.html | ||
|
||
# How to reach us | ||
|
||
Please see | ||
https://k2-fsa.github.io/sherpa/social-groups.html | ||
for 新一代 Kaldi **微信交流群** and **QQ 交流群**. |