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:
2026-01-17 10:58:51 -06:00
commit be7e26b6e7
6 changed files with 927 additions and 0 deletions

23
requirements.txt Normal file
View 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