Welcome to the PlantSense GitHub repository!
PlantSense is a Flutter application designed to empower users with the ability to classify plant diseases. With a simple interface, users can easily upload images of plants, and the app will send a POST request to our API for disease classification. The API leverages a state-of-the-art plant disease image classification model to provide users with valuable insights.
-
Image Upload - Users can upload images of plants directly through the app.
-
API Processing - The app sends the uploaded image to our API, where the plant disease image classification model works its magic.
-
Disease Classification - The API provides the top 3 probable diseases and their confidence values, making it easy for users to identify potential plant diseases.
PlantSense currently supports the classification of the following diseases:
🍅Tomato Septoria Leaf Spot
🌽 Maize Ravi Corn Rust
🍅Tomato Bacterial Spot
🌱Soy Frogeye Leaf Spot
🍅Tomato Blight
🌽 Maize Grey Leaf Spot
🥬Cabbage Black Rot
🍅Tomato Spider Mite
🌱Soy Downy Mildew
🍅Tomato Leaf Mold
🌽 Maize Lethal Necrosis
🍅Tomato Yellow Leaf Curl Virus
For a hands-on experience, you can try out the deployed version of the app here: https://plant-sense-api.onrender.com/
Feel free to explore the code, contribute, or use PlantSense for your plant disease classification needs. Together, we can help keep plants healthy and thriving!
..