Committed by
GitHub
Update README to include more projects using sherpa-onnx (#2022)
正在显示
1 个修改的文件
包含
19 行增加
和
1 行删除
| @@ -310,17 +310,35 @@ It uses QT. Both [ASR](https://github.com/xinhecuican/QSmartAssistant/blob/maste | @@ -310,17 +310,35 @@ It uses QT. Both [ASR](https://github.com/xinhecuican/QSmartAssistant/blob/maste | ||
| 310 | and [TTS](https://github.com/xinhecuican/QSmartAssistant/blob/master/doc/%E5%AE%89%E8%A3%85.md#tts) | 310 | and [TTS](https://github.com/xinhecuican/QSmartAssistant/blob/master/doc/%E5%AE%89%E8%A3%85.md#tts) |
| 311 | are used. | 311 | are used. |
| 312 | 312 | ||
| 313 | - | ||
| 314 | ### [Flutter-EasySpeechRecognition](https://github.com/Jason-chen-coder/Flutter-EasySpeechRecognition) | 313 | ### [Flutter-EasySpeechRecognition](https://github.com/Jason-chen-coder/Flutter-EasySpeechRecognition) |
| 315 | 314 | ||
| 316 | It extends [./flutter-examples/streaming_asr](./flutter-examples/streaming_asr) by | 315 | It extends [./flutter-examples/streaming_asr](./flutter-examples/streaming_asr) by |
| 317 | downloading models inside the app to reduce the size of the app. | 316 | downloading models inside the app to reduce the size of the app. |
| 318 | 317 | ||
| 318 | +Note: [[Team B] Sherpa AI backend](https://github.com/umgc/spring2025/pull/82) also uses | ||
| 319 | +sherpa-onnx in a Flutter APP. | ||
| 320 | + | ||
| 319 | ### [sherpa-onnx-unity](https://github.com/xue-fei/sherpa-onnx-unity) | 321 | ### [sherpa-onnx-unity](https://github.com/xue-fei/sherpa-onnx-unity) |
| 320 | 322 | ||
| 321 | sherpa-onnx in Unity. See also [#1695](https://github.com/k2-fsa/sherpa-onnx/issues/1695), | 323 | sherpa-onnx in Unity. See also [#1695](https://github.com/k2-fsa/sherpa-onnx/issues/1695), |
| 322 | [#1892](https://github.com/k2-fsa/sherpa-onnx/issues/1892), and [#1859](https://github.com/k2-fsa/sherpa-onnx/issues/1859) | 324 | [#1892](https://github.com/k2-fsa/sherpa-onnx/issues/1892), and [#1859](https://github.com/k2-fsa/sherpa-onnx/issues/1859) |
| 323 | 325 | ||
| 326 | +### [xiaozhi-esp32-server](https://github.com/xinnan-tech/xiaozhi-esp32-server) | ||
| 327 | + | ||
| 328 | +本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器 | ||
| 329 | +Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server. | ||
| 330 | + | ||
| 331 | +See also | ||
| 332 | + | ||
| 333 | + - [ASR新增轻量级sherpa-onnx-asr](https://github.com/xinnan-tech/xiaozhi-esp32-server/issues/315) | ||
| 334 | + - [feat: ASR增加sherpa-onnx模型](https://github.com/xinnan-tech/xiaozhi-esp32-server/pull/379) | ||
| 335 | + | ||
| 336 | +### [KaithemAutomation](https://github.com/EternityForest/KaithemAutomation) | ||
| 337 | + | ||
| 338 | +Pure Python, GUI-focused home automation/consumer grade SCADA. | ||
| 339 | + | ||
| 340 | +It uses TTS from sherpa-onnx. See also [✨ Speak command that uses the new globally configured TTS model.](https://github.com/EternityForest/KaithemAutomation/commit/8e64d2b138725e426532f7d66bb69dd0b4f53693) | ||
| 341 | + | ||
| 324 | [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs | 342 | [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs |
| 325 | [silero-vad]: https://github.com/snakers4/silero-vad | 343 | [silero-vad]: https://github.com/snakers4/silero-vad |
| 326 | [Raspberry Pi]: https://www.raspberrypi.com/ | 344 | [Raspberry Pi]: https://www.raspberrypi.com/ |
-
请 注册 或 登录 后发表评论