face_detection_tflite 0.1.2
face_detection_tflite: ^0.1.2 copied to clipboard
BlazeFace-style face detector with optional face & iris landmarks.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'test_page.dart';
void main() {
runApp(const MaterialApp(
debugShowCheckedModeBanner: false,
home: TestPage(),
));
}