This project aims to classify potato leaf diseases using deep learning techniques. We will be using the 'plant-village dataset', which is available on Kaggle Here.
After the model was trained, FastAPI was created.
This project aims to classify images of potato leaves into one of three categories:
- Early Blight
- Late Blight
- Healthy The project uses Convolutional Neural Networks (CNNs) to train a model to classify the images.
The following libraries are required to run the notebook:
- opendatasets
- split-folders
- numpy
- pandas
- tensorflow
- matplotlib
- seaborn
- scikit-learn
- keras
For more information please check the source code.