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 Voice_Assistant.py
Browse files- Voice_Assistant.py +0 -1
Voice_Assistant.py
CHANGED
|
@@ -10,7 +10,6 @@ from langchain.document_loaders import UnstructuredFileLoader
|
|
| 10 |
|
| 11 |
import os
|
| 12 |
import torch
|
| 13 |
-
import pyttsx3
|
| 14 |
|
| 15 |
import soundfile as sf
|
| 16 |
from playsound import playsound
|
|
|
|
| 10 |
|
| 11 |
import os
|
| 12 |
import torch
|
|
|
|
| 13 |
|
| 14 |
import soundfile as sf
|
| 15 |
from playsound import playsound
|