nehulagrawal commited on
Commit
ed26cfe
·
verified ·
1 Parent(s): f85697f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
 
20
  <p align="center">
21
  <!-- Smaller size image -->
22
- <img src="https://img.freepik.com/free-vector/people-with-mobile-phones-using-smart-voice-assistant-software-man-woman-near-screen-with-microphone-soundwaves-sound-recording-app-interface-ai-technology-concept_74855-10131.jpg?w=740&t=st=1721482446~exp=1721483046~hmac=3dbfb5f5a3ff560d4314c4f8be7fdc83727aee234e2efc837b51c3e75c5acb2b" 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,9 +46,10 @@ Before running this project, make sure you have the following dependencies insta
46
  - FAISS
47
  - Ollama
48
 
49
- <div align="center">
50
- <img width="640" alt="foduucom/VoiceAssistant" src="https://huggingface.co/foduucom/VoiceGrit/resolve/main/Flow%20chart%205.jpg">
51
- </div>
 
52
 
53
  # How to get started with project
54
 
 
19
 
20
  <p align="center">
21
  <!-- Smaller size image -->
22
+ <img src="https://img.freepik.com/free-vector/people-with-mobile-phones-using-smart-voice-assistant-software-man-woman-near-screen-with-microphone-soundwaves-sound-recording-app-interface-ai-technology-concept_74855-10131.jpg?w=740&t=st=1721482446~exp=1721483046~hmac=3dbfb5f5a3ff560d4314c4f8be7fdc83727aee234e2efc837b51c3e75c5acb2b" alt="Image" style="width:600px; 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 src="https://huggingface.co/foduucom/VoiceGrit/resolve/main/Flow%20chart%205.jpg" alt="Image" style="width:600px; height:300px;">
52
+ </p>
53
 
54
  # How to get started with project
55