The goal of this repository is to use the Cotton Disease Dataset to build a deep learning model to process image data and detect if a leaf or cotton plant shows signs of disease.
Repository for the Cotton Disease Detection Kaggle Notebook.
Given the huge areas used for cotton production, how could we best detect disease present in the plants with minimun human effort?
First, we would create a custom Convolutional Neural Network (CNN) and see how much precision could we get from it. Later, we would take advantage of the VGG16 model through transfer learning to find out if the accuracy improves in a considerable way to decide wich model is the most appropiate for this task.
- Visualization
- Matplotlib
- Seaborn
- Data Processing
- Numpy
- Pandas
- Random
- Deep Learning
- Tensorflow
- Keras