Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sayannath/mirnet-flutter

MIRNet model is used to enhance a low-light image. Implemented MIR-Net model with TF-Lite.
https://github.com/sayannath/mirnet-flutter

android android-app app flutter ios keras mirnet mirnet-flutter mirnet-model mobile stars tensorflow2 tfhub tflite

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![GitHub forks](https://img.shields.io/github/forks/sayannath/MIRNet-Flutter?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/sayannath/MIRNet-Flutter?style=for-the-badge)
![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/sayannath/MIRNet-Flutter?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/sayannath/MIRNet-Flutter?style=for-the-badge)
![Twitter Follow](https://img.shields.io/twitter/follow/SayanNa20204009?style=for-the-badge)



# 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](https://tfhub.dev/sayakpaul/lite-model/mirnet-fixed/dr/1) [Used TFLite (mirnet-fixed/integer)]

* My Inference Notebook: [Link]( https://github.com/sayannath/Low-Light-Image-Enhancement)

## 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](https://flutter.dev/docs/get-started/install)

## 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](https://sayannath.biz/)

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/sayannath)
Buy Me A Coffee



#### Show some ❤️ by starring the repository!