Update README.md

This commit is contained in:
Zachary Huang 2025-05-14 18:13:04 -04:00 committed by GitHub
parent f98b67ee52
commit d6f36f8c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
This project demonstrates a voice-based interactive chat application built with PocketFlow. Users can speak their queries, and the system will respond with spoken answers from an LLM, maintaining conversation history.
- Check out the [Substack Post Tutorial](https://pocketflow.substack.com/p/build-your-own-voice-chatbot-from) for more!
## Features
- **Voice Activity Detection (VAD)**: Automatically detects when the user starts and stops speaking.
@ -80,4 +83,4 @@ When you run `main.py`:
4. You will hear the LLM's response spoken aloud.
5. The application will then loop back, and you'll see `Listening for your query...` again, ready for your next input.
The conversation continues in this manner. To stop the application, you typically need to interrupt it (e.g., Ctrl+C in the terminal), as it's designed to loop continuously.
The conversation continues in this manner. To stop the application, you typically need to interrupt it (e.g., Ctrl+C in the terminal), as it's designed to loop continuously.