A small project where I trained mobilenetV2 with transfer learning on specific plant leaves and deployed as android application.
The following project was developed as my university Junior Design project.
Here we used PlantVillage dataset to choose our specific leaves data. We used transfer learning method on MobileNetV2 which was pre trained on ImageNet dataset. Then we saved the model as TFlite model and deployed it on an android application built with Flutter.