face_detection_tflite 0.1.6
face_detection_tflite: ^0.1.6 copied to clipboard
Face & landmark detection using on-device TFLite models.
import 'package:flutter/material.dart';
import 'test_page.dart';
void main() {
runApp(const MaterialApp(
debugShowCheckedModeBanner: false,
home: TestPage(),
));
}