-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
5 changed files
with
14 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# LLM-Powered Voice Assistant | ||
|
||
Hands-free voice assistant powered by a large language model (LLM), all voice recognition, LLM inference, and speech synthesis are on-device. | ||
|
||
## Components | ||
|
||
- [Porcupine Wake Word](https://picovoice.ai/docs/porcupine/) | ||
- [Cheetah Streaming Speech-to-Text](https://picovoice.ai/docs/cheetah/) | ||
- [picoLLM Inference Engine]() | ||
- [Orca Streaming Text-to-Speech](https://picovoice.ai/docs/orca/) | ||
|
||
## Implementations | ||
|
||
- [Python](python) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.