faceki_faceanalyze_sdk 1.0.1 copy "faceki_faceanalyze_sdk: ^1.0.1" to clipboard
faceki_faceanalyze_sdk: ^1.0.1 copied to clipboard

Faceki Face Analyze SDK is a powerful tool that allows you to analyze faces in images for their age, gender and liveness

example/lib/main.dart

import 'package:faceki_faceanalyze_sdk/faceki_faceanalyze_sdk.dart';
import 'package:faceki_faceanalyze_sdk/src/config.dart';
import 'package:flutter/material.dart';

void main() {
  final config = FacekiSDKConfig(
    clientId: 'YouClientID',
    clientSecret: 'YourClientSecret',
    responseCallBack: (jsonString) {
      print(jsonString);
    },
  );

  runApp(MaterialApp(
    home: FacekiFaceAnalyzeSDK(config: config),
  ));
}
0
likes
90
points
45
downloads

Publisher

verified publisherfaceki.com

Weekly Downloads

Faceki Face Analyze SDK is a powerful tool that allows you to analyze faces in images for their age, gender and liveness

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, http_parser

More

Packages that depend on faceki_faceanalyze_sdk