image_background_remover 2.0.0 copy "image_background_remover: ^2.0.0" to clipboard
image_background_remover: ^2.0.0 copied to clipboard

A Flutter package that removes the background from images using an ONNX model.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_background_remover

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

dependencies:
  image_background_remover: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:image_background_remover/image_background_remover.dart';
38
likes
150
points
988
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that removes the background from images using an ONNX model.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_onnxruntime, image

More

Packages that depend on image_background_remover