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.
- Host: GitHub
- URL: https://github.com/codingstark-dev/eye-flu-detection-app
- Owner: codingstark-dev
- Created: 2024-02-14T11:10:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T14:41:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T12:15:23.941Z (about 1 year ago)
- Topics: college-project, eye-detection, eye-flu, eye-infection, flutter, tflite, tflite-models
- Language: C++
- Homepage: https://codingstark.com
- Size: 2.99 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

