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 +8 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
SpeechRecognition
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
Unstructured==0.15.0
|
| 10 |
-
sentence-transformers==3.0.1
|
| 11 |
-
pydantic==2.8.2
|
|
|
|
| 1 |
+
SpeechRecognition
|
| 2 |
+
playsound
|
| 3 |
+
TTS
|
| 4 |
+
torch
|
| 5 |
+
unstructured
|
| 6 |
+
PyAudio
|
| 7 |
+
unstructured[pdf]
|
| 8 |
+
langchain
|
|
|
|
|
|
|
|
|