Files
headmic/.gitignore
Alex c96d6958a3 Add YAMNet models (CPU + Edge TPU compiled) to version control
- yamnet.tflite: CPU model from Kaggle/Google (4.0MB)
- yamnet_edgetpu.tflite: compiled with edgetpu_compiler v16 (4.0MB, 32/47 ops on TPU)
- Remove .gitignore rule that excluded .tflite files

No more chasing model downloads.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 17:22:45 -05:00

28 lines
296 B
Plaintext

# Wake word models (licensed, binary)
*.ppn
Hey-Vivi_*/
# ML models are now tracked in git (yamnet.tflite, yamnet_edgetpu.tflite)
# Speaker voice database
voices.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db