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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
BIN
models/yamnet.tflite
Normal file
Binary file not shown.
BIN
models/yamnet_edgetpu.tflite
Normal file
BIN
models/yamnet_edgetpu.tflite
Normal file
Binary file not shown.
Reference in New Issue
Block a user