Initial commit: HeadMic service - Vixy's Ears 🦊👂
Wake word detection (Hey Vivi) + voice recording + EarTail transcription Built by Vixy on Day 77
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# HeadMic - Vixy's Ears
|
||||
# For Raspberry Pi 5 (head-vixy)
|
||||
|
||||
# Web framework
|
||||
fastapi>=0.104.0
|
||||
uvicorn>=0.24.0
|
||||
|
||||
# Audio
|
||||
pyaudio>=0.2.13
|
||||
webrtcvad>=2.0.10
|
||||
|
||||
# Wake word detection
|
||||
pvporcupine>=3.0.0
|
||||
|
||||
# HTTP client for EarTail
|
||||
httpx>=0.25.0
|
||||
|
||||
# ReSpeaker LED control
|
||||
# pixel_ring - install from: https://github.com/respeaker/pixel_ring
|
||||
# pip install pixel_ring
|
||||
|
||||
# Pydantic for models
|
||||
pydantic>=2.0.0
|
||||
Reference in New Issue
Block a user