Add model metadata and architecture

This commit is contained in:
2026-05-26 15:59:48 +00:00
parent 506e8b8c05
commit ee4fe14964
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
node_modules/ node_modules/
public/model/*.keras training/data/
public/model/ public/model/model.keras
+1
View File
@@ -0,0 +1 @@
{"labels": ["colibri", "gorrion", "paloma"], "imageSize": 224}
File diff suppressed because one or more lines are too long