Crop Care is a Flutter application that uses a deep learning model to classify plant diseases based on images of plant leaves. The application currently supports four plant types: Potato, Corn, Cotton, and Grapes. The app allows users to take a photo of a plant leaf or select an image from their mobile device's file system, and then the app uses the deep learning model to classify the image as healthy or diseased, and also identifies the type of plant.
To use Crop Care, follow these steps:
- Clone this repository to your local machine.
- Install the Flutter SDK.
- Connect your device or emulator.
- Run the following command to install the required packages:
flutter pub get
- Run the app with the following command:
flutter run
To use Crop Care, follow these instructions:
- Open the app.
- On the home screen, select either the "Select Photo from Gallery" button or the "Select Image from Camera" button to choose an image of a plant leaf.
- The image is then passed to the deep learning model, which classifies the image as healthy or diseased and identifies the type of plant.
- The processed image is stored in the local storage.
- To view the processed images, navigate to the "Processed Images" page which is on the left side of the home screen.
- The processed images are displayed as a list of cards, which show the original image, the classification result, and the identified plant type.
Crop Care was created by Pranav. The deep learning model used by the app was trained using the plant-disease-classifier.ipynb Jupyter Notebook. If you have any questions or feedback, please contact me at [pranavjothimani2002@gmail.com].