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>
This commit is contained in:
Alex
2026-04-11 17:22:45 -05:00
parent f9a25eb5d8
commit c96d6958a3
3 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@@ -2,8 +2,7 @@
*.ppn *.ppn
Hey-Vivi_*/ Hey-Vivi_*/
# ML models (downloaded separately) # ML models are now tracked in git (yamnet.tflite, yamnet_edgetpu.tflite)
models/*.tflite
# Speaker voice database # Speaker voice database
voices.db voices.db

BIN
models/yamnet.tflite Normal file

Binary file not shown.

Binary file not shown.