- Overview
- Installation
- Technologies Used
- Problem Approach
- Data acquistion
- Image Resizing
- Transfer Learning
- Accuracy
- Bug / Feature Request
- Future scope of project
In this project the I made model which classifies the disease in Cotton plant and Cotton Leaf
After Learning all the concepts it is important to work on application (real world application) to actually make a difference.This is aim of this project
The Code is written in Python 3.7 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
- Data can be found in the link given in ipynb file
- Image is Resized to [224,224] for better results
- Transfer Learning Resnet152 Version 2 is used for building the model
- Accuracy -----
94.5%
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result
- Use multiple Algorithms
- Make Flask app.py
- Front-End
- Model Retraining approach