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
+4 -1
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. 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 ## Features
- **Voice Activity Detection (VAD)**: Automatically detects when the user starts and stops speaking. - **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. 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. 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.