nehulagrawal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,11 @@ tags:
|
|
17 |
---
|
18 |
# Voice Assistant with RAG and Speech Recognition
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
This project implements a voice assistant that uses Retrieval-Augmented Generation (RAG) and speech recognition to provide responses to user queries. The assistant can listen to voice input, process it, and respond with synthesized speech based on the knowledge base you passed.
|
21 |
|
22 |
## Features
|
|
|
17 |
---
|
18 |
# Voice Assistant with RAG and Speech Recognition
|
19 |
|
20 |
+
<p align="center">
|
21 |
+
<!-- Smaller size image -->
|
22 |
+
<img src="https://img.freepik.com/free-vector/chatbot-voice-controlled-virtual-assistant-abstract-concept-illustration_335657-3681.jpg?t=st=1721393106~exp=1721396706~hmac=86549874c4be48735357c3d6462bcce8b8c9c6dd2a29d79d078d340ce6a60087&w=740" alt="Image" style="width:500px; height:300px;">
|
23 |
+
</p>
|
24 |
+
|
25 |
This project implements a voice assistant that uses Retrieval-Augmented Generation (RAG) and speech recognition to provide responses to user queries. The assistant can listen to voice input, process it, and respond with synthesized speech based on the knowledge base you passed.
|
26 |
|
27 |
## Features
|