sayannath / MIRNet-Flutter

MIRNet model is used to enhance a low-light image. Implemented MIR-Net model with TF-Lite.

Home Page:https://tfhub.dev/sayakpaul/lite-model/mirnet-fixed/dr/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub forks GitHub Repo stars Bitbucket open pull requests GitHub last commit Twitter Follow

MIRNet Flutter

MIRNet model is used to enhance a low-light image. Implemented MIRNet TF-Lite Model with Flutter App.

Description

This flutter app is used to enhance low light images with the help of TF-Lite.

Links

  • Tensorflow Hub: Link [Used TFLite (mirnet-fixed/integer)]
  • My Inference Notebook: Link

Screenshots



Project Structure

.
├── main.dart
├── services
│   └── transfer.dart
└── views
    └── tansferPage.dart

2 directories, 3 files

Acknowedgement

Reference Paper: https://arxiv.org/pdf/2003.06792v2.pdf
Reference Repositry Link: https://github.com/soumik12345/MIRNet/
Reference Repositry Link: https://github.com/sayakpaul/MIRNet-TFLite-TRT/

How to run

1. Open your terminal
2. Copy the command 'git clone https://github.com/sayannath/MIRNet-Flutter.git'
3. cd MIRNet-Flutter
4. flutter pub get [Make sure Flutter is installed]
5. flutter run

Want to Install Flutter?

Click Here

Pull Request

Pull Requests are welcome. Please follow these rules for the ease of understanding:

  • Make sure to check for available issues before raising one
  • Give me a maximum of 24-48 hours to respond
  • Have proper documentation on the parts you are changing/adding

Developed & Maintained by

👨 Sayan Nath

ForTheBadge built-with-love Buy Me A Coffee

Show some ❤️ by starring the repository!

About

MIRNet model is used to enhance a low-light image. Implemented MIR-Net model with TF-Lite.

https://tfhub.dev/sayakpaul/lite-model/mirnet-fixed/dr/1

License:MIT License


Languages

Language:Dart 61.4%Language:Jupyter Notebook 20.4%Language:Ruby 8.7%Language:Shell 5.9%Language:Swift 2.6%Language:Kotlin 0.8%Language:Objective-C 0.2%