Committed by
GitHub
Update README to include https://github.com/Mentra-Community/MentraOS (#2565)
This PR adds documentation for MentraOS, a smart glasses operating system that integrates sherpa-onnx for speech recognition functionality. The addition showcases another real-world application using the sherpa-onnx library. - Adds a new section documenting MentraOS integration with sherpa-onnx - Includes description of MentraOS features and platform support - References related pull request for implementation details
正在显示
1 个修改的文件
包含
11 行增加
和
0 行删除
| @@ -395,6 +395,17 @@ It uses sherpa-onnx for speech-to-text and text-to-speech. | @@ -395,6 +395,17 @@ It uses sherpa-onnx for speech-to-text and text-to-speech. | ||
| 395 | 395 | ||
| 396 | A desktop text-to-speech application built using Kotlin Multiplatform. | 396 | A desktop text-to-speech application built using Kotlin Multiplatform. |
| 397 | 397 | ||
| 398 | +### [MentraOS](https://github.com/Mentra-Community/MentraOS) | ||
| 399 | + | ||
| 400 | +> Smart glasses OS, with dozens of built-in apps. Users get AI assistant, notifications, | ||
| 401 | +> translation, screen mirror, captions, and more. Devs get to write 1 app that runs on | ||
| 402 | +> any pair of smart glasses. | ||
| 403 | + | ||
| 404 | +It uses sherpa-onnx for real-time speech recognition on iOS and Android devices. | ||
| 405 | +See also <https://github.com/Mentra-Community/MentraOS/pull/861> | ||
| 406 | + | ||
| 407 | +It uses Swift for iOS and Java for Android. | ||
| 408 | + | ||
| 398 | [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs | 409 | [sherpa-rs]: https://github.com/thewh1teagle/sherpa-rs |
| 399 | [silero-vad]: https://github.com/snakers4/silero-vad | 410 | [silero-vad]: https://github.com/snakers4/silero-vad |
| 400 | [Raspberry Pi]: https://www.raspberrypi.com/ | 411 | [Raspberry Pi]: https://www.raspberrypi.com/ |
-
请 注册 或 登录 后发表评论