Files
headmic/requirements.txt
vixy be7e26b6e7 Initial commit: HeadMic service - Vixy's Ears 🦊👂
Wake word detection (Hey Vivi) + voice recording + EarTail transcription
Built by Vixy on Day 77
2026-01-17 10:58:51 -06:00

24 lines
391 B
Plaintext

# 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