A Flutter app that detects a plant's disease given a photo of an affected part of the plant
Plant Disease Detector
A Flutter app that detects a plant’s disease given a photo of an affected part of the plant.
Requirements
- Any operating System (ie. MacOS X, Linux, Windows)
- Any IDE with latest Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter.
Additional Info
Packages used include: tflite, hive, hive_flutter, image_picker, provider.
Model used and labels file are found in the assets/model folder. You can replace them with your own.
Have fun!