first commit
This commit is contained in:
26
requirements.txt
Normal file
26
requirements.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
# Smart Speaker Dependencies
|
||||
# Python 3.12.8
|
||||
|
||||
# Wake word detection
|
||||
pvporcupine>=3.0.0
|
||||
|
||||
# Speech-to-Text
|
||||
vosk>=0.3.45
|
||||
|
||||
# Audio
|
||||
pyaudio>=0.2.14
|
||||
sounddevice>=0.4.6
|
||||
|
||||
# AI API
|
||||
requests>=2.31.0
|
||||
|
||||
# Environment
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# TTS (Silero)
|
||||
torch>=2.0.0
|
||||
torchaudio>=2.0.0
|
||||
omegaconf>=2.3.0
|
||||
|
||||
# Utils
|
||||
numpy>=1.24.0
|
||||
Reference in New Issue
Block a user