-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sugarcane_disease_pred #128
sugarcane_disease_pred #128
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
Please make it level 3 for GSSOC-ext as I have implemented 5-6 deep learning models and used the best of the them to create an ensemble model which can be implemented easily in the application. Program : GSSOC-ext and hacktoberfest |
hi @IkkiOcean can you please inlude .h5 or tflite or .pkl file of the model..it will be easy for us to develop frontend and api.. |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
hi @IkkiOcean do it in new PR.. |
|
Okay 👍 |
Upload it to Google drive and share me the link...I will place it in readme file.. |
I have uploaded the model.zip file at the above url with 6 models required to run the ensemble model. The link will expire after 7 days so be sure to download it and proceed with the files. |
Pull Request
Title
Ensemble Model for Sugarcane Disease Prediction
Description
This pull request implements an ensemble model combining MobileNet, InceptionV3, VGG16, Conv2D, and ResNet152 for predicting sugarcane diseases. The model achieves an accuracy of 90.94%, significantly improving upon the individual models.
Related Issues
Closes : #109
Changes Made
Checklist
Model Evaluation
Additional Notes
This model provides a robust solution for timely diagnosis of sugarcane diseases, which is crucial for improving agricultural productivity.