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

https://github.com/codingstark-dev/eye-flu-detection-app

This Flutter project uses the flutter_tflite and image_picker packages to implement an eye flu detection application.
https://github.com/codingstark-dev/eye-flu-detection-app

college-project eye-detection eye-flu eye-infection flutter tflite tflite-models

Last synced: 5 months ago
JSON representation

This Flutter project uses the flutter_tflite and image_picker packages to implement an eye flu detection application.

Awesome Lists containing this project

README

          

# Flutter Eye Flu Detection

This Flutter project uses the `flutter_tflite` and `image_picker` packages to implement an eye flu detection application.

## Packages

- `flutter_tflite`: This package provides integration with TensorFlow Lite for running machine learning models on mobile devices.
- `image_picker`: This package allows users to pick images from the device's gallery.

## Assets

The following assets are required for this project:

- `assets/model.tflite`: The TensorFlow Lite model file for eye flu detection.
- `assets/labels.txt`: The labels file for the TensorFlow Lite model.

![Screenshot](/assets/ss1.jpg)
![Screenshot](/assets/ss2.jpg)