dup_image_finder 0.1.2 copy "dup_image_finder: ^0.1.2" to clipboard
dup_image_finder: ^0.1.2 copied to clipboard

A cross-platform pure Dart library for detecting duplicate images using various methods (e.g. hashing, CNN), supporting multiple image formats and efficient similarity comparison

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dup_image_finder

With Flutter:

 $ flutter pub add dup_image_finder

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

dependencies:
  dup_image_finder: ^0.1.2

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:dup_image_finder/dup_image_finder.dart';
1
likes
160
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform pure Dart library for detecting duplicate images using various methods (e.g. hashing, CNN), supporting multiple image formats and efficient similarity comparison

Repository (GitHub)
View/report issues

Topics

#photos #machine-learning #duplicates-detection #images #dart

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bk_tree, image, image_hashing, logging, path

More

Packages that depend on dup_image_finder