nehulagrawal
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
|
20 |
<p align="center">
|
21 |
<!-- Smaller size image -->
|
22 |
-
<img src="https://imgs.search.brave.com/gWS4X6Lg7roNiSIGQ8yaql-TSBdyhM7COq4wQkMIP1g/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly90My5m/dGNkbi5uZXQvanBn/LzAyLzU0LzExLzQ4/LzM2MF9GXzI1NDEx/NDg5MF9RRkU2UWdr/aExmY0JoNGZFSnBo/MHpubTVUV2tidTJj/QS5qcGc" 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.
|
@@ -46,6 +46,11 @@ Before running this project, make sure you have the following dependencies insta
|
|
46 |
- FAISS
|
47 |
- Ollama
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
# How to get started with project
|
50 |
|
51 |
1. Clone this repository.
|
|
|
19 |
|
20 |
<p align="center">
|
21 |
<!-- Smaller size image -->
|
22 |
+
<img width=640 src="https://imgs.search.brave.com/gWS4X6Lg7roNiSIGQ8yaql-TSBdyhM7COq4wQkMIP1g/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly90My5m/dGNkbi5uZXQvanBn/LzAyLzU0LzExLzQ4/LzM2MF9GXzI1NDEx/NDg5MF9RRkU2UWdr/aExmY0JoNGZFSnBo/MHpubTVUV2tidTJj/QS5qcGc" 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.
|
|
|
46 |
- FAISS
|
47 |
- Ollama
|
48 |
|
49 |
+
<p align="center">
|
50 |
+
<!-- Smaller size image -->
|
51 |
+
<img width=640 src="https://huggingface.co/foduucom/VoiceGrit/blob/main/Flow%20chart%205.jpg" alt="Image" style="width:500px; height:300px;">
|
52 |
+
</p>
|
53 |
+
|
54 |
# How to get started with project
|
55 |
|
56 |
1. Clone this repository.
|