Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 399 Bytes

Digit recognizer

An application created to compare machine learning tools for mobile applications realized in Flutter

Technology

  • Flutter 2.0.6
  • Dart 2.12.3
  • tflite 1.1.2
  • Firebase ML Kit

Run

To launch application with Firebase ML Kit

$ flutter run --dart-define=TOOL="firebase"

To launch application with tflite

$ flutter run --dart-define=TOOL="tflite"