Update README.md
This commit is contained in:
parent
f98b67ee52
commit
d6f36f8c5b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue