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

A Flutter package for performing super-resolution on images using ONNX models.

Here is the full README.md file to be copied:

# flutter_super_resolution

A Flutter package for performing super-resolution on images using ONNX models. This package allows you to enhance image quality by applying state-of-the-art super-resolution techniques through the use of ONNX models, making it easy to integrate into your Flutter applications.

## Features

- Easy integration with Flutter apps.
- Support for ONNX models to enhance image resolution.
- Lightweight and efficient for mobile devices.

## Installation

Add the following to your `pubspec.yaml`:

```yaml
dependencies:
  flutter_super_resolution:
    git:
      url: https://github.com/neuralfulailtd/flutter_super_resolution.git

Usage #

To use the package, follow these steps:

  1. Import the package in your Dart file:
import 'package:flutter_super_resolution/flutter_super_resolution.dart';
  1. Example usage to load and enhance an image:
import 'package:flutter_super_resolution/flutter_super_resolution.dart';

// Example usage
final image = await FlutterSuperResolution.loadImage('assets/low_res_image.png');
final highResImage = await FlutterSuperResolution.enhanceImage(image);

// Do something with the high resolution image

Contributing #

Contributions are welcome! If you'd like to improve the package or fix bugs, please fork the repository, make your changes, and submit a pull request.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

Contact #

For any inquiries, please contact Fasez Said Massinissa at masy@neuralfulai.com.

2
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for performing super-resolution on images using ONNX models.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, onnxruntime

More

Packages that depend on flutter_super_resolution