An application created to compare machine learning tools for mobile applications realized in Flutter
- Flutter 2.0.6
- Dart 2.12.3
- tflite 1.1.2
- Firebase ML Kit
To launch application with Firebase ML Kit
$ flutter run --dart-define=TOOL="firebase"
To launch application with tflite
$ flutter run --dart-define=TOOL="tflite"