photo_analyzer 0.0.5 copy "photo_analyzer: ^0.0.5" to clipboard
photo_analyzer: ^0.0.5 copied to clipboard

A Flutter package for photo analyzer that detects faces, estimates age and gender, and classifies NSFW (Not Safe for Work) content. This package uses advanced algorithms to analyze images and extract [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add photo_analyzer

With Flutter:

 $ flutter pub add photo_analyzer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  photo_analyzer: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:photo_analyzer/photo_analyzer.dart';
1
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for photo analyzer that detects faces, estimates age and gender, and classifies NSFW (Not Safe for Work) content. This package uses advanced algorithms to analyze images and extract relevant data for face detection, demographic estimation, and content filtering.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on photo_analyzer

Packages that implement photo_analyzer