Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarsa committed May 16, 2024
1 parent e3d1c0b commit 0192975
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
14 changes: 14 additions & 0 deletions recipes/llm-voice-assistant/README.md
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.
6 changes: 0 additions & 6 deletions recipes/voice-llm/README.md

This file was deleted.

0 comments on commit 0192975

Please sign in to comment.