This Flutter project uses the flutter_tflite and image_picker packages to implement an eye flu detection application.
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.
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.

