A Flutter app that detects a plant's disease given a photo of an affected part of the plant.
Stars
43
Forks
17
Watchers
43
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
Merge branch 'main' of https://github.com/root458/Plant-Disease-Detector into main
d3d1bcaView on GitHubAdded a check for confidence of results obtained, with a decision tree for further action
3ba0d2eView on GitHubCan detect plant disease given a photo. Displays suggestions on the next page(Suggestions page
b4e455aView on GitHubEnabled routing between pages, can now pick image/take photo, classifier service in place to utilize tflite model
07d301fView on GitHub