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

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Wake word models (licensed, binary)
*.ppn
Hey-Vivi_*/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db