3dc77799a5
Also added in the model for initial use, and working to create the inferences off of TFLite using that view.
6 lines
90 B
Dart
6 lines
90 B
Dart
import 'package:logger/logger.dart';
|
|
|
|
var logger = Logger(
|
|
printer: PrettyPrinter(),
|
|
);
|