- 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>
28 lines
296 B
Plaintext
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
|