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!
..