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 +0 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
SpeechRecognition==3.8.1
|
| 2 |
transformers==4.29.2
|
| 3 |
torch==1.13.1
|
| 4 |
-
pyttsx3==2.90
|
| 5 |
soundfile==0.10.3.post1
|
| 6 |
playsound==1.2.2
|
| 7 |
TTS==0.8.0
|
|
|
|
| 1 |
SpeechRecognition==3.8.1
|
| 2 |
transformers==4.29.2
|
| 3 |
torch==1.13.1
|
|
|
|
| 4 |
soundfile==0.10.3.post1
|
| 5 |
playsound==1.2.2
|
| 6 |
TTS==0.8.0
|