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 requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
SpeechRecognition==
|
| 2 |
-
transformers==4.
|
| 3 |
-
torch==
|
| 4 |
-
soundfile==0.
|
| 5 |
-
playsound==1.
|
| 6 |
-
TTS==0.
|
| 7 |
-
langchain==0.
|
| 8 |
-
faiss-cpu==1.
|
| 9 |
-
Unstructured==0.
|
| 10 |
-
sentence-transformers==
|
| 11 |
-
pydantic==
|
|
|
|
| 1 |
+
SpeechRecognition==2.1.3
|
| 2 |
+
transformers==4.42.4
|
| 3 |
+
torch==2.3.1
|
| 4 |
+
soundfile==0.12.1
|
| 5 |
+
playsound==1.3.0
|
| 6 |
+
TTS==0.22.0
|
| 7 |
+
langchain==0.2.10
|
| 8 |
+
faiss-cpu==1.8.0.post1
|
| 9 |
+
Unstructured==0.15.0
|
| 10 |
+
sentence-transformers==3.0.1
|
| 11 |
+
pydantic==2.8.2
|