diff --git a/assets/datasets/label.txt b/assets/datasets/label.txt new file mode 100644 index 0000000..ba41645 --- /dev/null +++ b/assets/datasets/label.txt @@ -0,0 +1,12 @@ +_silence_ +_unknown_ +yes +no +up +down +left +right +on +off +stop +go \ No newline at end of file diff --git a/assets/datasets/model.tflite b/assets/datasets/model.tflite new file mode 100644 index 0000000..3a8a691 Binary files /dev/null and b/assets/datasets/model.tflite differ diff --git a/pubspec.yaml b/pubspec.yaml index 7cf924c..7dd2663 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,6 +51,7 @@ flutter: assets: - assets/images/ - assets/images/buttons/ + - assets/datasets/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware. # For details regarding adding assets from package dependencies, see