Transformers
English
VoiceAssistant
SpeechRecognition
RAG
TextToSpeech
Langchain
FAISS
Ollama
ConversationalAI
VectorDatabase
LLM
Instructions to use foduucom/VoiceAssistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use foduucom/VoiceAssistant with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("foduucom/VoiceAssistant", dtype="auto") - Notebooks
- Google Colab
- Kaggle
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://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:
|
| 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 |
-
<
|
| 50 |
-
|
| 51 |
-
</
|
|
|
|
| 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 |
|